mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
954b36d48b
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
|
|
|