1
0
Fork 0

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>
hifive-unleashed-5.1
Paul Bolle 2011-10-12 14:51:12 +02:00 committed by Jiri Kosina
parent 6af677ea59
commit 1c5f873d1b
1 changed files with 1 additions and 3 deletions

View 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"