mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 00:40:53 +07: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
|
|
|