diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 17c988b678d1..c171f5bcf258 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -415,8 +415,11 @@ config PPC_64K_PAGES | |||
415 | 415 | ||
416 | config FORCE_MAX_ZONEORDER | 416 | config FORCE_MAX_ZONEORDER |
417 | int "Maximum zone order" | 417 | int "Maximum zone order" |
418 | range 9 64 if PPC_64K_PAGES | ||
418 | default "9" if PPC_64K_PAGES | 419 | default "9" if PPC_64K_PAGES |
420 | range 13 64 if PPC64 && !PPC_64K_PAGES | ||
419 | default "13" if PPC64 && !PPC_64K_PAGES | 421 | default "13" if PPC64 && !PPC_64K_PAGES |
422 | range 11 64 | ||
420 | default "11" | 423 | default "11" |
421 | help | 424 | help |
422 | The kernel memory allocator divides physically contiguous memory | 425 | The kernel memory allocator divides physically contiguous memory |