summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-12 12:51:12 (GMT)
committerJiri Kosina <jkosina@suse.cz>2011-10-13 16:18:15 (GMT)
commit1c5f873d1b8f841bd6e1b2c3eda8a81e58224803 (patch)
tree9b06400b02c7f598824ce5813ac786cebab4376b
parent6af677ea59fb62ae6b720a9e5e9d5cba32ada553 (diff)
downloadlinux-fsl-qoriq-1c5f873d1b8f841bd6e1b2c3eda8a81e58224803.tar.xz
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>
-rw-r--r--arch/parisc/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index e077b0b..fdfd8be 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"