summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/Kconfig
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-20 09:15:05 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-20 09:15:05 +1000
commit03f88e9f7145b03fd0d855918d54a3bf5342ac5e (patch)
tree9784f24cda3a16c668dd9c4a6c444bd04d76e12b /arch/ppc64/Kconfig
parentb123923d486d38e1a961e82040a26838401aebb5 (diff)
downloadop-kernel-dev-03f88e9f7145b03fd0d855918d54a3bf5342ac5e.zip
op-kernel-dev-03f88e9f7145b03fd0d855918d54a3bf5342ac5e.tar.gz
ppc64: Minor compilation fixes
This defines CONFIG_PPC_STD_MMU for ppc64, changes an instance of sys32_ to compat_sys_ in the ppc64 syscall table, and removes a reference to a non-existent arch/powerpc/xmon/Makefile. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r--arch/ppc64/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig
index e656e02..8cbac7f 100644
--- a/arch/ppc64/Kconfig
+++ b/arch/ppc64/Kconfig
@@ -10,6 +10,9 @@ config MMU
bool
default y
+config PPC_STD_MMU
+ def_bool y
+
config UID16
bool
OpenPOWER on IntegriCloud