Re: [Xen-devel] [PATCH v2 07/21] x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()

2017-03-13 Thread Juergen Gross
On 02/03/17 18:53, Vitaly Kuznetsov wrote: > 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

[Xen-devel] [PATCH v2 07/21] x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()

2017-03-02 Thread Vitaly Kuznetsov
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 --- arch/x86/xen/enlighten_pv.c | 9