Skip to content
Snippets Groups Projects
Commit 1c5f873d authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 6af677ea
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment