Now the PHYTIUM ft2500 machine has 16 NUMA nodes,
So there changes NODES_SHIFT value to fit it.
Signed-off-by: Xin Hao <xingxin.hx(a)openanolis.org>
Reviewed-by: Baolin Wang <baolin.wang(a)openanolis.org>
---
configs/config-4.19.y-aarch64 | 2 +-
configs/config-4.19.y-aarch64-debug | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/config-4.19.y-aarch64 b/configs/config-4.19.y-aarch64
index 9c45a8851909..6d1e0212b668 100644
--- a/configs/config-4.19.y-aarch64
+++ b/configs/config-4.19.y-aarch64
@@ -418,7 +418,7 @@ CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=1024
CONFIG_HOTPLUG_CPU=y
CONFIG_NUMA=y
-CONFIG_NODES_SHIFT=3
+CONFIG_NODES_SHIFT=4
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
diff --git a/configs/config-4.19.y-aarch64-debug b/configs/config-4.19.y-aarch64-debug
index 534cad64dcd9..5fdde2046879 100644
--- a/configs/config-4.19.y-aarch64-debug
+++ b/configs/config-4.19.y-aarch64-debug
@@ -419,7 +419,7 @@ CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=1024
CONFIG_HOTPLUG_CPU=y
CONFIG_NUMA=y
-CONFIG_NODES_SHIFT=3
+CONFIG_NODES_SHIFT=4
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
--
2.31.0