commit | b807305059c28fb8197496c944bfaa6b372a40ad | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sun Oct 05 17:12:36 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:33:47 2008 +0200 |
tree | 77d2cd1493c4cf57c67abc00a660769464a6a14d | |
parent | 649c6653fa94ec8f3ea32b19c97b790ec4e8e4ac [diff] |
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>