Skip to content

Commit

Permalink
- fix typo in include/asm-x86/nmi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Molnar committed May 30, 2008
1 parent 19ec673 commit ba3a597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-x86/nmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static inline void unset_nmi_pm_callback(struct pm_dev *dev)
extern void default_do_nmi(struct pt_regs *);
extern void nmi_watchdog_default(void);
#else
#define nmi_watchdog_default(void) do {} while (0)
#define nmi_watchdog_default() do { } while (0)
#endif

extern void die_nmi(char *str, struct pt_regs *regs, int do_panic);
Expand Down

0 comments on commit ba3a597

Please sign in to comment.