page_offset.h 143 B

12345678
  1. /* This handles the memory map.. */
  2. #ifndef CONFIG_SUN3
  3. #define PAGE_OFFSET_RAW 0x00000000
  4. #else
  5. #define PAGE_OFFSET_RAW 0x0E000000
  6. #endif