Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94837
b: refs/heads/master
c: e90955c
h: refs/heads/master
i:
  94835: e7e05f8
v: v3
  • Loading branch information
Jesse Barnes authored and Ingo Molnar committed Apr 29, 2008
1 parent 81590e6 commit 0d1701a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9752082560b440e6a45624569d26802e20d1b8b4
refs/heads/master: e90955c26d8af318658c45caadb1d330ac6a506c
10 changes: 3 additions & 7 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,14 +1149,10 @@ static int __init smp_sanity_check(unsigned max_cpus)
"forcing use of dummy APIC emulation.\n");
smpboot_clear_io_apic();
#ifdef CONFIG_X86_32
if (nmi_watchdog == NMI_LOCAL_APIC) {
printk(KERN_INFO "activating minimal APIC for"
"NMI watchdog use.\n");
connect_bsp_APIC();
setup_local_APIC();
end_local_APIC_setup();
}
connect_bsp_APIC();
#endif
setup_local_APIC();
end_local_APIC_setup();
return -1;
}

Expand Down

0 comments on commit 0d1701a

Please sign in to comment.