commit | 9adc13867ec5fe0cd35434f92954d90e42381f0b | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Thu Dec 04 13:33:35 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 04 16:33:51 2008 +0100 |
tree | b1223c5c256cdd04395e7d205eea865db18a617a | |
parent | 66a05d6b47a299b6bdeb645bc2d536109cd800b4 [diff] |
x86: fix early panic with boot option "nosmp" Impact: fix boot crash with numcpus=0 on certain systems Fix early exception in __get_smp_config with nosmp. Bail out early when there is no MP table. Reported-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com> Tested-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>