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:55 +0200
commitaab5f41dad956e1d29e0177cebe9492148a25cf8 (patch)
treed517cfadc6e6d441696e6f26bd73ac3b4c492de1
parent0a19991f9c323942f4ce646f85e276b436d8acac (diff)
downloadlinux-thunder/thunder-4.13-for-fedora.tar.gz
Add option of 13 for FORCE_MAX_ZONEORDERthunder/thunder-4.13-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 dfd908630631a..2c3e2d693d760 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -782,6 +782,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