]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 14 Mar 2017 17:35:42 +0000 (18:35 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:04:18 +0000 (11:04 +0200)
commit04e95761faae743f50a04aab47b9dc457c82063f
treee5fd283c4a7e92b3718e6c88c92ebff35e553a01
parente1dab14cf68d1e03950135969af3faf322f0db04
x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()

xen_smp_intr_init() and xen_smp_intr_free() have PV-specific code and as
a praparatory change to splitting smp.c we need to split these fucntions.
Create xen_smp_intr_init_pv()/xen_smp_intr_free_pv().

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/enlighten_pv.c
arch/x86/xen/smp.c
arch/x86/xen/smp.h