From: Paul Bolle Date: Wed, 12 Oct 2011 12:51:12 +0000 (+0200) Subject: parisc: Kconfig: cleanup Kernel page size default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c5f873d1b8f841bd6e1b2c3eda8a81e58224803;p=mv-sheeva.git 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 Signed-off-by: Jiri Kosina --- 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"