Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88821
b: refs/heads/master
c: e32ede1
h: refs/heads/master
i:
  88819: 74ad59a
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 3c6d3d5 commit c7b50e1
Show file tree
Hide file tree
Showing 4 changed files with 5 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: 3cf19f31d967da2c1279142d4dbafe18f521a1bf
refs/heads/master: e32ede19ac64b5cd896e6d28aa51d34887791ab2
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/nmi_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <asm/proto.h>
#include <asm/mce.h>

#include <mach_traps.h>

int unknown_nmi_panic;
int nmi_watchdog_enabled;
int panic_on_unrecovered_nmi;
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/traps_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#include <linux/kdebug.h>
#include <linux/utsname.h>

#include <mach_traps.h>

#if defined(CONFIG_EDAC)
#include <linux/edac.h>
#endif
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-x86/nmi_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ static inline void unset_nmi_pm_callback(struct pm_dev * dev)
extern void default_do_nmi(struct pt_regs *);
extern void die_nmi(char *str, struct pt_regs *regs, int do_panic);

#define get_nmi_reason() inb(0x61)

extern int unknown_nmi_panic;
extern int nmi_watchdog_enabled;

Expand Down

0 comments on commit c7b50e1

Please sign in to comment.