aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-12 14:51:12 +0200
committerJiri Kosina <jkosina@suse.cz>2011-10-13 18:18:15 +0200
commit1c5f873d1b8f841bd6e1b2c3eda8a81e58224803 (patch)
tree9b06400b02c7f598824ce5813ac786cebab4376b /arch/parisc
parent6af677ea59fb62ae6b720a9e5e9d5cba32ada553 (diff)
parisc: Kconfig: cleanup Kernel page size default
"Kernel page size" still defaults to "4KB", for both 32 and 64 bit processors, when tested with "make ARCH=parisc menuconfig". Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index e077b0bf56c..fdfd8be29e9 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -169,9 +169,7 @@ config 64BIT
choice
prompt "Kernel page size"
- default PARISC_PAGE_SIZE_4KB if !64BIT
- default PARISC_PAGE_SIZE_4KB if 64BIT
-# default PARISC_PAGE_SIZE_16KB if 64BIT
+ default PARISC_PAGE_SIZE_4KB
config PARISC_PAGE_SIZE_4KB
bool "4KB"