Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xen_play_dead() is __cpuinit

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
df6b0794 37af46ef

+1 -1
+1 -1
arch/x86/xen/smp.c
··· 362 362 alternatives_smp_switch(0); 363 363 } 364 364 365 - static void xen_play_dead(void) 365 + static void __cpuinit xen_play_dead(void) /* used only with CPU_HOTPLUG */ 366 366 { 367 367 play_dead_common(); 368 368 HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL);