From 83b96794e0ea97ca7e05b15e31d31dac71d3fc2a Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Tue, 14 Mar 2017 18:35:46 +0100 Subject: x86/xen: split off smp_pv.c Basically, smp.c is renamed to smp_pv.c and some code moved out to common smp.c. struct xen_common_irq delcaration ended up in smp.h. Signed-off-by: Vitaly Kuznetsov Reviewed-by: Juergen Gross Signed-off-by: Juergen Gross --- arch/x86/xen/smp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/x86/xen/smp.h') diff --git a/arch/x86/xen/smp.h b/arch/x86/xen/smp.h index 2e8cd56c5a8f..8ebb6acca64a 100644 --- a/arch/x86/xen/smp.h +++ b/arch/x86/xen/smp.h @@ -17,6 +17,11 @@ void xen_smp_intr_free_pv(unsigned int cpu); void xen_smp_send_reschedule(int cpu); void xen_smp_send_call_function_ipi(const struct cpumask *mask); void xen_smp_send_call_function_single_ipi(int cpu); + +struct xen_common_irq { + int irq; + char *name; +}; #else /* CONFIG_SMP */ static inline int xen_smp_intr_init(unsigned int cpu) -- cgit v1.2.3