diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-21 15:34:33 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:51 +0900 |
commit | 36763b22bee56713057762bb0756e8075b5bb918 (patch) | |
tree | 102bf357b56efd2299991b22a13c54467491ff7a /arch/sh/mm/Kconfig | |
parent | 6deb6f9129591a2386f5c125d54a22ab78fc8b61 (diff) | |
download | linux-3.10-36763b22bee56713057762bb0756e8075b5bb918.tar.gz linux-3.10-36763b22bee56713057762bb0756e8075b5bb918.tar.bz2 linux-3.10-36763b22bee56713057762bb0756e8075b5bb918.zip |
sh: Switch SH-5 to use CONFIG_PAGE_OFFSET.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 7ff26c1f4e9..2af950784e6 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -17,7 +17,8 @@ config MMU config PAGE_OFFSET hex - default "0x80000000" if MMU + default "0x80000000" if MMU && SUPERH32 + default "0x20000000" if MMU && SUPERH64 default "0x00000000" config MEMORY_START |