git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0444c9b
)
x86, mce: Add __cpuinit to hotplug callback functions
author
Hidetoshi Seto
<seto.hidetoshi@jp.fujitsu.com>
Thu, 26 Nov 2009 08:29:02 +0000
(17:29 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 26 Nov 2009 09:29:41 +0000
(10:29 +0100)
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>
No differences found