[linux-yocto] [kernel-cache][yocto-5.2][PATCH 1/2] bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6
Yongxin Liu
yongxin.liu at windriver.com
Fri Sep 6 00:08:25 PDT 2019
This config specifies the maximum number (as a power of 2) of NUMA
Nodes available on the target. 2^6 is big enough for most current
systems.
Signed-off-by: Yongxin Liu <yongxin.liu at windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
---
bsp/intel-x86/intel-x86.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg
index 0056be44..c7682a71 100644
--- a/bsp/intel-x86/intel-x86.cfg
+++ b/bsp/intel-x86/intel-x86.cfg
@@ -20,7 +20,7 @@ CONFIG_SCHED_SMT=y
CONFIG_NUMA=y
CONFIG_ACPI_NUMA=y
-CONFIG_NODES_SHIFT=2
+CONFIG_NODES_SHIFT=6
CONFIG_EXPERT=y
CONFIG_PROCESSOR_SELECT=y
--
2.14.4
More information about the linux-yocto
mailing list