]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/meta: smp: Add config X86_BIGSMP since its needed when NR_CPUS > 8
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 26 May 2017 20:10:45 +0000 (16:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 21:35:18 +0000 (22:35 +0100)
commit36b594160c6ca12f0a0d06a2809e4dbea1fa53ca
tree4f2712dd92147456ae6c8569cd91d6086c1e7c52
parent6c2e2afe9dbc43554e552e5a293ca7ffeb669f35
linux-yocto/meta: smp: Add config X86_BIGSMP since its needed when NR_CPUS > 8

Updating the kernel meta data with the following configuration change:

  When we set NR_CPUS to something > than 8, we also need to set
  X86_BIGSMP
  according to Kconfig:

  config X86_BIGSMP
        bool "Support for big SMP systems with more than 8 CPUs"

  otherwise NR_CPU will end up being reset to 8

[YOCTO #10362]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 98278549d960a84605f01fec73aefe5d8792d4bb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
meta/recipes-kernel/linux/linux-yocto_4.10.bb
meta/recipes-kernel/linux/linux-yocto_4.4.bb
meta/recipes-kernel/linux/linux-yocto_4.9.bb