x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations
authorH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 21:19:02 +0000 (13:19 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 21:41:01 +0000 (13:41 -0800)
Impact: Bug fix on UP

The MCE code is reinitialized from resume, so we can't use
__cpuinit/__cpuexit for most of the code.  Remove those annotations
for anything downstream of mce_init().

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found