diff options
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r-- | arch/x86/include/asm/mce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index afd3cdf6f8ad..713926b62cbb 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h | |||
@@ -159,7 +159,7 @@ enum mcp_flags { | |||
159 | }; | 159 | }; |
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_user(void); | 162 | int mce_notify_irq(void); |
163 | 163 | ||
164 | DECLARE_PER_CPU(struct mce, injectm); | 164 | DECLARE_PER_CPU(struct mce, injectm); |
165 | extern struct file_operations mce_chrdev_ops; | 165 | extern struct file_operations mce_chrdev_ops; |