diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-12 08:51:12 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-13 12:18:15 -0400 |
commit | 1c5f873d1b8f841bd6e1b2c3eda8a81e58224803 (patch) | |
tree | 9b06400b02c7f598824ce5813ac786cebab4376b /arch/parisc | |
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')
-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 | |||
169 | 169 | ||
170 | choice | 170 | choice |
171 | prompt "Kernel page size" | 171 | prompt "Kernel page size" |
172 | default PARISC_PAGE_SIZE_4KB if !64BIT | 172 | default PARISC_PAGE_SIZE_4KB |
173 | default PARISC_PAGE_SIZE_4KB if 64BIT | ||
174 | # default PARISC_PAGE_SIZE_16KB if 64BIT | ||
175 | 173 | ||
176 | config PARISC_PAGE_SIZE_4KB | 174 | config PARISC_PAGE_SIZE_4KB |
177 | bool "4KB" | 175 | bool "4KB" |