page_offset.h 217 B

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