提交 ba3a5974 编写于 作者: I Ingo Molnar

- fix typo in include/asm-x86/nmi.h

上级 19ec673c
...@@ -40,7 +40,7 @@ static inline void unset_nmi_pm_callback(struct pm_dev *dev) ...@@ -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 default_do_nmi(struct pt_regs *);
extern void nmi_watchdog_default(void); extern void nmi_watchdog_default(void);
#else #else
#define nmi_watchdog_default(void) do {} while (0) #define nmi_watchdog_default() do { } while (0)
#endif #endif
extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); extern void die_nmi(char *str, struct pt_regs *regs, int do_panic);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册