commit | a58f03b07539f6575adaa011712fa139c9343742 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Thu Aug 14 02:16:30 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 14 11:35:53 2008 +0200 |
tree | 657237a6551ddc58d35fad8f0f998d7dcb090b44 | |
parent | 858f774733b72609acb28104475f131abb912c08 [diff] |
x86: check bigsmp in smp_sanity_check instead of cpu_up clear bits for cpu nr > 8. This allows us to boot the full range of possible CPUs that the supported APIC model will allow. Previously we'd hang or boot up with less than 8 CPUs. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Tested-by: Jeff Chua <jeff.chua.linux@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>