aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/xen/smp_pv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/xen/smp_pv.c b/arch/x86/xen/smp_pv.c
index 1ea598e5f030..51471408fdd1 100644
--- a/arch/x86/xen/smp_pv.c
+++ b/arch/x86/xen/smp_pv.c
@@ -19,6 +19,7 @@
19#include <linux/irq_work.h> 19#include <linux/irq_work.h>
20#include <linux/tick.h> 20#include <linux/tick.h>
21#include <linux/nmi.h> 21#include <linux/nmi.h>
22#include <linux/cpuhotplug.h>
22 23
23#include <asm/paravirt.h> 24#include <asm/paravirt.h>
24#include <asm/desc.h> 25#include <asm/desc.h>
@@ -413,7 +414,7 @@ static void xen_pv_play_dead(void) /* used only with HOTPLUG_CPU */
413 */ 414 */
414 tick_nohz_idle_enter(); 415 tick_nohz_idle_enter();
415 416
416 cpu_startup_entry(CPUHP_AP_ONLINE_IDLE); 417 cpuhp_online_idle(CPUHP_AP_ONLINE_IDLE);
417} 418}
418 419
419#else /* !CONFIG_HOTPLUG_CPU */ 420#else /* !CONFIG_HOTPLUG_CPU */