x86/xen: remove unused static function from smp_pv.c
xen_call_function_interrupt() isn't used in smp_pv.c. Remove it. Signed-off-by: Juergen Gross <jgross@suse.com>
This commit is contained in:
parent
8cb6de3900
commit
ab1570a427
|
@ -456,16 +456,6 @@ static void xen_pv_stop_other_cpus(int wait)
|
||||||
smp_call_function(stop_self, NULL, wait);
|
smp_call_function(stop_self, NULL, wait);
|
||||||
}
|
}
|
||||||
|
|
||||||
static irqreturn_t xen_call_function_interrupt(int irq, void *dev_id)
|
|
||||||
{
|
|
||||||
irq_enter();
|
|
||||||
generic_smp_call_function_interrupt();
|
|
||||||
inc_irq_stat(irq_call_count);
|
|
||||||
irq_exit();
|
|
||||||
|
|
||||||
return IRQ_HANDLED;
|
|
||||||
}
|
|
||||||
|
|
||||||
static irqreturn_t xen_irq_work_interrupt(int irq, void *dev_id)
|
static irqreturn_t xen_irq_work_interrupt(int irq, void *dev_id)
|
||||||
{
|
{
|
||||||
irq_enter();
|
irq_enter();
|
||||||
|
|
Loading…
Reference in New Issue