Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-10
-10
arch/x86/xen/smp_pv.c
··· 456 456 smp_call_function(stop_self, NULL, wait); 457 457 } 458 458 459 - static 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 - 469 459 static irqreturn_t xen_irq_work_interrupt(int irq, void *dev_id) 470 460 { 471 461 irq_enter();