Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99818
b: refs/heads/master
c: 1a1b1d1
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Thomas Gleixner committed Jun 5, 2008
1 parent 9788964 commit dbd2c0f
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: 3ed3f06295e69700fa808396f7b350bff2b69de0
refs/heads/master: 1a1b1d1322ebd1ece405f3057cdd408bc77e391d
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/cpu/perfctr-watchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ void disable_lapic_nmi_watchdog(void)
return;

on_each_cpu(stop_apic_nmi_watchdog, NULL, 0, 1);
wd_ops->unreserve();

if (wd_ops)
wd_ops->unreserve();

BUG_ON(atomic_read(&nmi_active) != 0);
}
Expand Down

0 comments on commit dbd2c0f

Please sign in to comment.