x86, mce: fix boot logging logic
authorAndi Kleen <andi@firstfloor.org>
Tue, 7 Apr 2009 15:06:55 +0000 (17:06 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 22 Apr 2009 20:56:25 +0000 (13:56 -0700)
The earlier patch to change the poller to a separate function subtly
broke the boot logging logic. This could lead to machine checks
getting logged at boot even when disabled or defaulting to off
on some systems. Fix that.

[ Impact: bug fix - avoid spurious MCE in log ]

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Reviewed-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found