commit | 767df1bdd8cbff2c8c40c9ac8295bbdaa5fb24c4 | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Thu Nov 26 17:29:02 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Nov 26 10:29:41 2009 +0100 |
tree | 9bf8f14c69240f535c8fc0578e61785db58d36c2 | |
parent | 0444c9bd0cf4e0eb946a7fcaf34765accfa9404a [diff] |
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 <seto.hidetoshi@jp.fujitsu.com> Cc: Andi Kleen <ak@linux.intel.com> LKML-Reference: <4B0E3C4E.4090809@jp.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>