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.h2
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);
176DECLARE_PER_CPU(unsigned, mce_exception_count); 176DECLARE_PER_CPU(unsigned, mce_exception_count);
177DECLARE_PER_CPU(unsigned, mce_poll_count); 177DECLARE_PER_CPU(unsigned, mce_poll_count);
178 178
179extern atomic_t mce_entry;
180
181typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); 179typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS);
182DECLARE_PER_CPU(mce_banks_t, mce_poll_banks); 180DECLARE_PER_CPU(mce_banks_t, mce_poll_banks);
183 181