From: Hidetoshi Seto Date: Thu, 26 Nov 2009 08:29:02 +0000 (+0900) Subject: x86, mce: Add __cpuinit to hotplug callback functions X-Git-Tag: v2.6.33-rc1~399^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=767df1bdd8cbff2c8c40c9ac8295bbdaa5fb24c4;p=pandora-kernel.git x86, mce: Add __cpuinit to hotplug callback functions The mce_disable_cpu() and mce_reenable_cpu() are called only from mce_cpu_callback() which is marked as __cpuinit. So these functions can be __cpuinit too. Signed-off-by: Hidetoshi Seto Cc: Andi Kleen LKML-Reference: <4B0E3C4E.4090809@jp.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed