summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt-spinlocks.c
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2009-01-19 07:06:42 +0100
committerH. Peter Anvin <hpa@zytor.com>2009-01-19 07:16:46 +0100
commit422e79a8b39d9ac73e410dc3cd099aecea82afd2 (patch)
tree122389ce246029ae3b132d48fe6e32fe324a9173 /arch/x86/kernel/paravirt-spinlocks.c
parentx86: make 32bit MAX_HARDIRQS_PER_CPU to be NR_VECTORS (diff)
downloadlinux-422e79a8b39d9ac73e410dc3cd099aecea82afd2.tar.xz
linux-422e79a8b39d9ac73e410dc3cd099aecea82afd2.zip
x86: Remove never-called arch_setup_msi_irq()
Since commit 75c46fa, "x64, x2apic/intr-remap: MSI and MSI-X support for interrupt remapping infrastructure", x86 has had an implementation of arch_setup_msi_irqs(). That implementation does not call arch_setup_msi_irq(), instead it calls setup_irq(). No other x86 code calls arch_setup_msi_irq(). That leaves only arch_setup_msi_irqs() in drivers/pci/msi.c, but that routine is overridden by the x86 version of arch_setup_msi_irqs(). So arch_setup_msi_irq() is dead code, remove it. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/paravirt-spinlocks.c')
0 files changed, 0 insertions, 0 deletions