x86/xen: split xen_cpu_die()
authorVitaly Kuznetsov <[email protected]>
Tue, 14 Mar 2017 17:35:44 +0000 (18:35 +0100)
committerJuergen Gross <[email protected]>
Tue, 2 May 2017 09:04:40 +0000 (11:04 +0200)
commitaa1c84e8ca7f6f881514b109b9a2468db148045c
tree09a3c95b9a2337d477349a3a12b7d570bfa909f2
parenta2d1078a35f9a38ae888aa6147e4ca32666154a1
x86/xen: split xen_cpu_die()

Split xen_cpu_die() into xen_pv_cpu_die() and xen_hvm_cpu_die() to support
further splitting of smp.c.

Signed-off-by: Vitaly Kuznetsov <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
arch/x86/xen/smp.c