Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145743
b: refs/heads/master
c: a4046f8
h: refs/heads/master
i:
  145741: fae0a22
  145739: 19472c8
  145735: c8858e8
  145727: b8ecd7a
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jun 7, 2009
1 parent c9f13f5 commit fb15107
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4aee2ad461889132bfb5a1518a9580d00e17008c
refs/heads/master: a4046f8d299e00e9855ae292527c2d66a42670eb
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/nmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static inline int nmi_watchdog_active(void)
* but since they are power of two we could use a
* cheaper way --cvg
*/
return nmi_watchdog & 0x3;
return nmi_watchdog & (NMI_LOCAL_APIC | NMI_IO_APIC);
}
#endif

Expand Down

0 comments on commit fb15107

Please sign in to comment.