Commit 1a564e69 authored by Dave Jones's avatar Dave Jones

[PATCH] bluesmoke incorrectly calls function twice.

The smp_call_function() does the check on the local cpu for us.
parent ca4640bf
......@@ -300,7 +300,6 @@ static void mce_checkregs (void *info)
static void do_mce_timer(void *data)
{
mce_checkregs(NULL);
smp_call_function (mce_checkregs, NULL, 1, 1);
}
......
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