diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-12 14:51:12 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-13 18:18:15 +0200 |
commit | 1c5f873d1b8f841bd6e1b2c3eda8a81e58224803 (patch) | |
tree | 9b06400b02c7f598824ce5813ac786cebab4376b /arch/parisc/Kconfig | |
parent | 6af677ea59fb62ae6b720a9e5e9d5cba32ada553 (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/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index e077b0bf56ca..fdfd8be29e95 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" |