OSDN Git Service

hwpoison: remove unused global variable in do_machine_check()
[uclinux-h8/linux.git] / arch / x86 / include / asm / mce.h
index 6e4ce2d..958b90f 100644 (file)
@@ -176,8 +176,6 @@ int mce_available(struct cpuinfo_x86 *c);
 DECLARE_PER_CPU(unsigned, mce_exception_count);
 DECLARE_PER_CPU(unsigned, mce_poll_count);
 
-extern atomic_t mce_entry;
-
 typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS);
 DECLARE_PER_CPU(mce_banks_t, mce_poll_banks);