From: H. Peter Anvin Date: Tue, 24 Feb 2009 21:19:02 +0000 (-0800) Subject: x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations X-Git-Tag: v2.6.30-rc1~2^2~50^2~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df20e2eb3e59b8625021a1bc8b1b53a4edc6008b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed