aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mce.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r--arch/x86/include/asm/mce.h1
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 {
160void machine_check_poll(enum mcp_flags flags, mce_banks_t *b); 160void machine_check_poll(enum mcp_flags flags, mce_banks_t *b);
161 161
162int mce_notify_irq(void); 162int mce_notify_irq(void);
163void mce_notify_process(void);
163 164
164DECLARE_PER_CPU(struct mce, injectm); 165DECLARE_PER_CPU(struct mce, injectm);
165extern struct file_operations mce_chrdev_ops; 166extern struct file_operations mce_chrdev_ops;