projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37af46e
)
xen_play_dead() is __cpuinit
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 22 Nov 2008 17:38:04 +0000
(17:38 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 30 Nov 2008 18:03:38 +0000
(10:03 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/xen/smp.c
patch
|
blob
|
history
diff --git
a/arch/x86/xen/smp.c
b/arch/x86/xen/smp.c
index
d77da61
..
acd9b67
100644
(file)
--- a/
arch/x86/xen/smp.c
+++ b/
arch/x86/xen/smp.c
@@
-362,7
+362,7
@@
static void xen_cpu_die(unsigned int cpu)
alternatives_smp_switch(0);
}
-static void
xen_play_dead(void)
+static void
__cpuinit xen_play_dead(void) /* used only with CPU_HOTPLUG */
{
play_dead_common();
HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL);