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 17:23:03 +0200
commit8cb3e3330306c3c9fd74b9735aafd39938996c2c (patch)
treed52bb2f8959112bfa2021568620e8511af2bbf43
parent061bc0db5db6e238ce83f0f38692007011c56fa2 (diff)
downloadlinux-thunder/thunder-4.11-for-fedora.tar.gz
Add option of 13 for FORCE_MAX_ZONEORDERthunder/thunder-4.11-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 3741859765cfe..deec9511f1d3a 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -751,6 +751,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