summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorPaul Mundt2007-11-21 07:34:33 +0100
committerPaul Mundt2008-01-28 05:18:51 +0100
commit36763b22bee56713057762bb0756e8075b5bb918 (patch)
tree102bf357b56efd2299991b22a13c54467491ff7a /arch/sh/mm
parentsh: Move PXSEG comments to addrspace.h. (diff)
downloadkernel-qcow2-linux-36763b22bee56713057762bb0756e8075b5bb918.tar.gz
kernel-qcow2-linux-36763b22bee56713057762bb0756e8075b5bb918.tar.xz
kernel-qcow2-linux-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')
-rw-r--r--arch/sh/mm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index 7ff26c1f4e9c..2af950784e66 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