page_offset.h 256 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* This handles the memory map.. */
  3. #if defined(CONFIG_RAMBASE)
  4. #define PAGE_OFFSET_RAW CONFIG_RAMBASE
  5. #elif defined(CONFIG_SUN3)
  6. #define PAGE_OFFSET_RAW 0x0E000000
  7. #else
  8. #define PAGE_OFFSET_RAW 0x00000000
  9. #endif