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)
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>

No differences found