From 453c6a2eecc674357534418290fe20a2b1edc3e5 Mon Sep 17 00:00:00 2001 From: Radha Mohan Chintakuntla Date: Wed, 20 Aug 2014 15:10:58 -0700 Subject: [PATCH] arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium ThunderX In case of ARCH_THUNDER, there is a need to allocate the GICv3 ITS table which is bigger than the allowed max order. So we are forcing it only in case of 4KB page size. Signed-off-by: Radha Mohan Chintakuntla Signed-off-by: Robert Richter Signed-off-by: Vadim Lomovtsev --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1700d96cae14..cb9774cc2c3d 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -606,6 +606,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 "11" menuconfig ARMV8_DEPRECATED -- 2.39.5