diff options
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r-- | arch/x86/include/asm/mce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index 713926b62cbb..82978ad12072 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h | |||
@@ -160,6 +160,7 @@ enum mcp_flags { | |||
160 | void machine_check_poll(enum mcp_flags flags, mce_banks_t *b); | 160 | void machine_check_poll(enum mcp_flags flags, mce_banks_t *b); |
161 | 161 | ||
162 | int mce_notify_irq(void); | 162 | int mce_notify_irq(void); |
163 | void mce_notify_process(void); | ||
163 | 164 | ||
164 | DECLARE_PER_CPU(struct mce, injectm); | 165 | DECLARE_PER_CPU(struct mce, injectm); |
165 | extern struct file_operations mce_chrdev_ops; | 166 | extern struct file_operations mce_chrdev_ops; |