diff options
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r-- | arch/x86/include/asm/mce.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index 6e4ce2df87cf..958b90f761e5 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h | |||
@@ -176,8 +176,6 @@ int mce_available(struct cpuinfo_x86 *c); | |||
176 | DECLARE_PER_CPU(unsigned, mce_exception_count); | 176 | DECLARE_PER_CPU(unsigned, mce_exception_count); |
177 | DECLARE_PER_CPU(unsigned, mce_poll_count); | 177 | DECLARE_PER_CPU(unsigned, mce_poll_count); |
178 | 178 | ||
179 | extern atomic_t mce_entry; | ||
180 | |||
181 | typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); | 179 | typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); |
182 | DECLARE_PER_CPU(mce_banks_t, mce_poll_banks); | 180 | DECLARE_PER_CPU(mce_banks_t, mce_poll_banks); |
183 | 181 | ||