]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/xen: split xen_smp_prepare_boot_cpu()
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 14 Mar 2017 17:35:43 +0000 (18:35 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:04:31 +0000 (11:04 +0200)
commita2d1078a35f9a38ae888aa6147e4ca32666154a1
treecf4c4e15b3a4027e23648632d0ba93a3aac09623
parent04e95761faae743f50a04aab47b9dc457c82063f
x86/xen: split xen_smp_prepare_boot_cpu()

Split xen_smp_prepare_boot_cpu() into xen_pv_smp_prepare_boot_cpu() and
xen_hvm_smp_prepare_boot_cpu() to support further splitting of smp.c.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/smp.c