mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
- fix typo in include/asm-x86/nmi.h
This commit is contained in:
parent
19ec673ced
commit
ba3a597423
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user