Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99335
b: refs/heads/master
c: 067fa0f
h: refs/heads/master
i:
  99333: c835f62
  99331: e798623
  99327: e206a8a
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jul 8, 2008
1 parent 474d68b commit dac1005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: b1b57ee135ac7614184faa7d7345b5e7098cb81d
refs/heads/master: 067fa0ff0c89d25c2136ed095c72213089d4bb4e
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/io_apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@ static inline void __init check_timer(void)

if (nmi_watchdog == NMI_IO_APIC) {
printk(KERN_WARNING "timer doesn't work through the IO-APIC - disabling NMI Watchdog!\n");
nmi_watchdog = 0;
nmi_watchdog = NMI_NONE;
}
timer_ack = 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/io_apic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ static inline void __init check_timer(void)

if (nmi_watchdog == NMI_IO_APIC) {
printk(KERN_WARNING "timer doesn't work through the IO-APIC - disabling NMI Watchdog!\n");
nmi_watchdog = 0;
nmi_watchdog = NMI_NONE;
}

apic_printk(APIC_VERBOSE, KERN_INFO "...trying to set up timer as Virtual Wire IRQ...");
Expand Down

0 comments on commit dac1005

Please sign in to comment.