Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99820
b: refs/heads/master
c: f781b03
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jun 12, 2008
1 parent 39ff707 commit 4906d62
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 75b9f5d2a0318da9d5e694a9a1be33f46b4c021e
refs/heads/master: f781b03c4b1c713ac000877c8bbc31fc4164a29b
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ static DEFINE_PER_CPU(int, nmi_touch);

void touch_nmi_watchdog(void)
{
if (nmi_watchdog > 0) {
if (nmi_watchdog == NMI_LOCAL_APIC ||
nmi_watchdog == NMI_IO_APIC) {
unsigned cpu;

/*
Expand Down

0 comments on commit 4906d62

Please sign in to comment.