Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99343
b: refs/heads/master
c: d788bad
h: refs/heads/master
i:
  99341: 86586f6
  99339: ed4d75c
  99335: dac1005
  99327: e206a8a
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ingo Molnar committed Jul 8, 2008
1 parent 9ef985f commit 9707803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: d54db1ac9ecde9bcb8a561595b02c1d970d3a4d6
refs/heads/master: d788bada2f6c49673f85338ac4c0c642e5e52cff
4 changes: 3 additions & 1 deletion trunk/include/asm-x86/mach-default/smpboot_hooks.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ static inline void __init smpboot_setup_io_apic(void)
*/
if (!skip_ioapic_setup && nr_ioapics)
setup_IO_APIC();
else
else {
nr_ioapics = 0;
localise_nmi_watchdog();
}
}

static inline void smpboot_clear_io_apic(void)
Expand Down

0 comments on commit 9707803

Please sign in to comment.