• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
1/* This handles the memory map.. */
2
3#ifdef CONFIG_MMU
4#ifndef CONFIG_SUN3
5#define PAGE_OFFSET_RAW		0x00000000
6#else
7#define PAGE_OFFSET_RAW		0x0E000000
8#endif
9#else
10#define	PAGE_OFFSET_RAW		CONFIG_RAMBASE
11#endif
12