]> git.baikalelectronics.ru Git - kernel.git/commit
x86: remove additional_cpus configurability
authorIngo Molnar <mingo@elte.hu>
Sun, 5 Oct 2008 15:12:36 +0000 (17:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:47 +0000 (10:33 +0200)
commit6f8b367db6f816c973ec6f8b2ca3c8de6cf09bbe
tree77d2cd1493c4cf57c67abc00a660769464a6a14d
parentf99a3bf83a4da14403cbbadbcca5ae195c0cf073
x86: remove additional_cpus configurability

additional_cpus=<x> parameter is dangerous and broken: for example
if we boot additional_cpus=-2 on a stock dual-core system it will
crash the box on bootup.

So reduce the maze of code a bit by removingthe user-configurability
angle.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/kernel/smpboot.c