From: H. Peter Anvin Date: Mon, 23 Feb 2009 22:01:04 +0000 (-0800) Subject: x86, mce: remove invalid __cpuinit/__cpuexit annotations X-Git-Tag: v2.6.30-rc1~2^2~50^2~5^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5b3d32437571b8a742069a4cfd04edb6b6eda5;p=pandora-kernel.git x86, mce: remove invalid __cpuinit/__cpuexit annotations Impact: Bug fix when CPU hotplug is disabled Correct the following broken __cpuinit/__cpuexit annotations: - mce_cpu_features() is called from mce_resume(), and so cannot be __cpuinit. - mce_disable_cpu() and mce_reenable_cpu() are called from mce_cpu_callback(), and so cannot be __cpuexit(). Cc: Andi Kleen Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed