mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
xen_play_dead() is __cpuinit
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
37af46efa5
commit
df6b07949b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user