]> Git Repo - linux.git/commit
x86, irq: Fix build error caused by 9eabc99a635a77cbf09
authorJiang Liu <[email protected]>
Sat, 30 Aug 2014 07:15:16 +0000 (15:15 +0800)
committerThomas Gleixner <[email protected]>
Mon, 1 Sep 2014 08:12:03 +0000 (10:12 +0200)
commitf3761db1646d3ccb9ada2df8e27553a73ef43826
tree3511f012be73ee445e32dab478f0cd9400bf94e7
parent69e273c0b0a3c337a521d083374c918dc52c666f
x86, irq: Fix build error caused by 9eabc99a635a77cbf09

Commit 9eabc99a635a77cbf09 causes following build error when
IOAPIC is disabled.
   arch/x86/pci/irq.c: In function 'pirq_disable_irq':
>> arch/x86/pci/irq.c:1259:2: error: implicit declaration of function 'mp_should_keep_irq' [-Werror=implicit-function-declaration]
     if (io_apic_assign_pci_irqs && !mp_should_keep_irq(&dev->dev) &&
     ^
   cc1: some warnings being treated as errors

Signed-off-by: Jiang Liu <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Joerg Roedel <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Grant Likely <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
arch/x86/include/asm/io_apic.h
This page took 0.055259 seconds and 4 git commands to generate.