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 1156dae295ac..63abf3b19432 100644
--- a/arch/x86/include/asm/mce.h
+++ b/arch/x86/include/asm/mce.h
@@ -125,6 +125,7 @@ static inline void mce_amd_feature_init(struct cpuinfo_x86 *c) { }
125int mce_available(struct cpuinfo_x86 *c); 125int mce_available(struct cpuinfo_x86 *c);
126 126
127DECLARE_PER_CPU(unsigned, mce_exception_count); 127DECLARE_PER_CPU(unsigned, mce_exception_count);
128DECLARE_PER_CPU(unsigned, mce_poll_count);
128 129
129void mce_log_therm_throt_event(__u64 status); 130void mce_log_therm_throt_event(__u64 status);
130 131