]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Thu, 17 Mar 2016 13:03:25 +0000 (09:03 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 29 Mar 2016 13:34:10 +0000 (09:34 -0400)
commitdc6416f1d711eb4c1726e845d653235dcaae12e1
tree5b3c0fcc0868d47790f5dc36d721eabe5e8f70c0
parent8041dcc881c928134c546ae85e6e59e65804357c
xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()

This call has always been missing from xen_play dead() but until
recently this was rather benign. With new cpu hotplug framework
(commit 8df3e07e7f21 ("cpu/hotplug: Let upcoming cpu bring itself fully up").
however this call is required, otherwise a hot-plugged CPU will not
be properly brough up (by never calling cpuhp_online_idle())

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/smp.c