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 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) { } | |||
125 | int mce_available(struct cpuinfo_x86 *c); | 125 | int mce_available(struct cpuinfo_x86 *c); |
126 | 126 | ||
127 | DECLARE_PER_CPU(unsigned, mce_exception_count); | 127 | DECLARE_PER_CPU(unsigned, mce_exception_count); |
128 | DECLARE_PER_CPU(unsigned, mce_poll_count); | ||
128 | 129 | ||
129 | void mce_log_therm_throt_event(__u64 status); | 130 | void mce_log_therm_throt_event(__u64 status); |
130 | 131 | ||