On 2018-11-12 9:27 p.m., Hongzhi.Song wrote:
Since 'CONFIG_NR_CPUS=256' was moved to intel-x86-64.cfg, seeing
commit [11917e28727], we would better explicitly set CONFIG_NR_CPUS
to 64 in intel-x86-32.cfg for a future re-org of the fragments.

And the '64' is also the default value for intel-x86-32.


merged.

Bruce

Signed-off-by: Hongzhi.Song <[email protected]>
---
  bsp/intel-x86/intel-x86-32.cfg | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/bsp/intel-x86/intel-x86-32.cfg b/bsp/intel-x86/intel-x86-32.cfg
index 1f5800d..6352f70 100644
--- a/bsp/intel-x86/intel-x86-32.cfg
+++ b/bsp/intel-x86/intel-x86-32.cfg
@@ -21,3 +21,6 @@ CONFIG_X86_32=y
  CONFIG_X86_BIGSMP=y
  CONFIG_X86_GENERIC=y
  CONFIG_HIGHMEM64G=y
+
+# Processor type and features
+CONFIG_NR_CPUS=64


--
_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to