aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-04-26 11:12:54 +0100
committerRobert Richter <rrichter@cavium.com>2017-08-11 18:30:11 +0200
commitac022a28c361db78a01a964d7b7e350b901f975e (patch)
tree4bbe90dd797027039155340c936be90c32c6f517
parent30e5ae78340f458dec892fc5116d164107e89c17 (diff)
downloadlinux-thunder/thunder-4.12-for-fedora.tar.gz
Add option of 13 for FORCE_MAX_ZONEORDERthunder/thunder-4.12-for-fedora
This is a hack, but it's what the other distros currently use for aarch64 with 4K pages so we'll do the same while upstream decides what the best outcome is (which isn't this). Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Robert Richter <rrichter@cavium.com>
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index b2024db225a9d..9b19acf2f0278 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -762,6 +762,7 @@ config XEN
config FORCE_MAX_ZONEORDER
int
default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
+ default "13" if (ARCH_THUNDER && !ARM64_64K_PAGES)
default "12" if (ARM64_16K_PAGES && TRANSPARENT_HUGEPAGE)
default "11"
help