Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99339
b: refs/heads/master
c: 148b508
h: refs/heads/master
i:
  99337: 273eaf5
  99335: dac1005
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ingo Molnar committed Jul 8, 2008
1 parent 009907f commit ed4d75c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fe9fe875691e15eda61b992e03257e68aa5ba4f
refs/heads/master: 148b50830993acc67129f09c544d9167291e5458
5 changes: 5 additions & 0 deletions trunk/include/asm-x86/nmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ extern int unknown_nmi_panic;
void __trigger_all_cpu_backtrace(void);
#define trigger_all_cpu_backtrace() __trigger_all_cpu_backtrace()

static inline void localise_nmi_watchdog(void)
{
if (nmi_watchdog == NMI_IO_APIC)
nmi_watchdog = NMI_LOCAL_APIC;
}
#endif

void lapic_watchdog_stop(void);
Expand Down

0 comments on commit ed4d75c

Please sign in to comment.