1
0
Fork 0

x86: APIC/SMP: correct the message for "nosmp"

The local APIC is no longer forced off when "nosmp" has been specified.
Correct the message printed.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
hifive-unleashed-5.1
Maciej W. Rozycki 2008-05-21 22:09:43 +01:00 committed by Ingo Molnar
parent 60134ebe79
commit 73d08e6360
1 changed files with 1 additions and 2 deletions

View File

@ -1157,8 +1157,7 @@ static int __init smp_sanity_check(unsigned max_cpus)
* If SMP should be disabled, then really disable it!
*/
if (!max_cpus) {
printk(KERN_INFO "SMP mode deactivated,"
"forcing use of dummy APIC emulation.\n");
printk(KERN_INFO "SMP mode deactivated.\n");
smpboot_clear_io_apic();
#ifdef CONFIG_X86_32
connect_bsp_APIC();