Commit fc016a49 authored by Andi Kleen's avatar Andi Kleen Committed by H. Peter Anvin

x86, mce: remove unused mce_events variable

Remove unused mce_events static variable.

[ Impact: cleanup ]
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent b56f642d
...@@ -71,7 +71,6 @@ static u64 *bank; ...@@ -71,7 +71,6 @@ static u64 *bank;
static unsigned long notify_user; static unsigned long notify_user;
static int rip_msr; static int rip_msr;
static int mce_bootlog = -1; static int mce_bootlog = -1;
static atomic_t mce_events;
static char trigger[128]; static char trigger[128];
static char *trigger_argv[2] = { trigger, NULL }; static char *trigger_argv[2] = { trigger, NULL };
...@@ -116,7 +115,6 @@ void mce_log(struct mce *mce) ...@@ -116,7 +115,6 @@ void mce_log(struct mce *mce)
{ {
unsigned next, entry; unsigned next, entry;
atomic_inc(&mce_events);
mce->finished = 0; mce->finished = 0;
wmb(); wmb();
for (;;) { for (;;) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment