/* This handles the memory map.. */ #if defined([31mCONFIG_RAMBASE[0m) #define PAGE_OFFSET_RAW [31mCONFIG_RAMBASE[0m #elif defined([31mCONFIG_SUN3[0m) #define PAGE_OFFSET_RAW 0x0E000000 #else #define PAGE_OFFSET_RAW 0x00000000 #endif |
/* This handles the memory map.. */ #if defined([31mCONFIG_RAMBASE[0m) #define PAGE_OFFSET_RAW [31mCONFIG_RAMBASE[0m #elif defined([31mCONFIG_SUN3[0m) #define PAGE_OFFSET_RAW 0x0E000000 #else #define PAGE_OFFSET_RAW 0x00000000 #endif |