diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-30 08:55:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-30 08:55:47 -0400 |
commit | ba3a5974239293d921235e6fa82b09b670e674ef (patch) | |
tree | 07608bc476c104218af4f6e2586bd2abdee0c862 /include/asm-x86/nmi.h | |
parent | 19ec673ced067316b9732bc6d1c4ff4052e5f795 (diff) |
- fix typo in include/asm-x86/nmi.h
Diffstat (limited to 'include/asm-x86/nmi.h')
-rw-r--r-- | include/asm-x86/nmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/nmi.h b/include/asm-x86/nmi.h index 6f4d44fc051f..972a4f6f799a 100644 --- a/include/asm-x86/nmi.h +++ b/include/asm-x86/nmi.h | |||
@@ -40,7 +40,7 @@ static inline void unset_nmi_pm_callback(struct pm_dev *dev) | |||
40 | extern void default_do_nmi(struct pt_regs *); | 40 | extern void default_do_nmi(struct pt_regs *); |
41 | extern void nmi_watchdog_default(void); | 41 | extern void nmi_watchdog_default(void); |
42 | #else | 42 | #else |
43 | #define nmi_watchdog_default(void) do {} while (0) | 43 | #define nmi_watchdog_default() do { } while (0) |
44 | #endif | 44 | #endif |
45 | 45 | ||
46 | extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); | 46 | extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); |