]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Allow platforms to force-enable CONFIG_SMP
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 5 Apr 2017 02:44:49 +0000 (12:44 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 13 Apr 2017 13:36:43 +0000 (23:36 +1000)
commitb41ace99f50bf68b936a2d9af680898d7b3ba6dd
treef87ff54ca79a28ecff2ab658dfc1ed8c5e7a043c
parentfd8e5d729c087ed36a164e4c5a371b872955aa06
powerpc: Allow platforms to force-enable CONFIG_SMP

Of the 64-bit Book3S platforms, only powermac supports booting on an
actual non-SMP system. The other platforms can be built with SMP
disabled, but it doesn't make a lot of sense given the CPUs they support
are all multicore or multithreaded.

So give platforms the option of forcing SMP=y.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/Kconfig.cputype