local / arm64: fix FORCE_MAX_ZONEORDER to 14
authorJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 20 Nov 2014 05:52:56 +0000 (14:52 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:40:59 +0000 (13:40 +0900)
This patch modifies FORCE_MAX_ZONEORDER to 14. This patch might be
reverted after the problem in CMA is fixed.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
arch/arm64/Kconfig

index 23ba080..4adaf75 100644 (file)
@@ -615,7 +615,7 @@ config XEN
 config FORCE_MAX_ZONEORDER
        int
        default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE)
-       default "11"
+       default "14"
 
 menuconfig ARMV8_DEPRECATED
        bool "Emulate deprecated/obsolete ARMv8 instructions"