OSDN Git Service

parisc: Kconfig: cleanup Kernel page size default
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 12 Oct 2011 12:51:12 +0000 (14:51 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 13 Oct 2011 16:18:15 +0000 (18:18 +0200)
"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>
arch/parisc/Kconfig

index e077b0b..fdfd8be 100644 (file)
@@ -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"