aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2017-03-28 05:02:08 -0400
committerJuergen Gross <jgross@suse.com>2017-05-02 05:10:34 -0400
commitab1570a427551be2d3eeb30b09834ba01c6109eb (patch)
treef8849f5f0080354861798fd66c6a1b5e16a60348
parent8cb6de390096b2ff337cbcf30c9484dd8cf83029 (diff)
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>
-rw-r--r--arch/x86/xen/smp_pv.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/xen/smp_pv.c b/arch/x86/xen/smp_pv.c
index afc2fea85bda..c0e3b9624295 100644
--- a/arch/x86/xen/smp_pv.c
+++ b/arch/x86/xen/smp_pv.c
@@ -456,16 +456,6 @@ static void xen_pv_stop_other_cpus(int wait)
456 smp_call_function(stop_self, NULL, wait); 456 smp_call_function(stop_self, NULL, wait);
457} 457}
458 458
459static irqreturn_t xen_call_function_interrupt(int irq, void *dev_id)
460{
461 irq_enter();
462 generic_smp_call_function_interrupt();
463 inc_irq_stat(irq_call_count);
464 irq_exit();
465
466 return IRQ_HANDLED;
467}
468
469static irqreturn_t xen_irq_work_interrupt(int irq, void *dev_id) 459static irqreturn_t xen_irq_work_interrupt(int irq, void *dev_id)
470{ 460{
471 irq_enter(); 461 irq_enter();