aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/Kconfig1
-rw-r--r--arch/ppc64/Kconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3ac9195dab35..1493c7896fe3 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -492,6 +492,7 @@ source "fs/Kconfig.binfmt"
492config FORCE_MAX_ZONEORDER 492config FORCE_MAX_ZONEORDER
493 int 493 int
494 depends on PPC64 494 depends on PPC64
495 default "9" if PPC_64K_PAGES
495 default "13" 496 default "13"
496 497
497config MATH_EMULATION 498config MATH_EMULATION
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig
index 94a81279deac..29552348e581 100644
--- a/arch/ppc64/Kconfig
+++ b/arch/ppc64/Kconfig
@@ -56,6 +56,7 @@ config PPC_STD_MMU
56# max order + 1 56# max order + 1
57config FORCE_MAX_ZONEORDER 57config FORCE_MAX_ZONEORDER
58 int 58 int
59 default "9" if PPC_64K_PAGES
59 default "13" 60 default "13"
60 61
61source "init/Kconfig" 62source "init/Kconfig"