URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-m68k/] [page_offset.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#include <linux/config.h> /* This handles the memory map.. */ #ifndef CONFIG_SUN3 #define PAGE_OFFSET_RAW 0x00000000 #else #define PAGE_OFFSET_RAW 0x0E000000 #endif
Go to most recent revision | Compare with Previous | Blame | View Log