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

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>
arch/x86/kernel/cpu/mcheck/mce_intel_64.c