mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-21 01:53:18 +00:00

Remove board specific base RAM conditionals from page_offset.h With the Kconfig time configurable RAM setup none of this is required. It is all based on the Kconfig (CONFIG_RAMBASE) option now. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
6 lines
79 B
C
6 lines
79 B
C
|
|
|
|
/* This handles the memory map.. */
|
|
#define PAGE_OFFSET_RAW CONFIG_RAMBASE
|
|
|