Skip to content
Commit e1067982 authored by Jan Beulich's avatar Jan Beulich Committed by Thomas Gleixner
Browse files

x86: irq: Fix placement of mp_should_keep_irq()

While f3761db1 ("x86, irq: Fix build error caused by
9eabc99a

") addressed the original build problem,
declaration, inline stub, and definition still seem misplaced: It isn't
really IO-APIC related, and it's being used solely in arch/x86/pci/.
This also means stubbing it out when !CONFIG_X86_IO_APIC was at least
questionable.

Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Link: http://lkml.kernel.org/r/545747BE020000780004436E@mail.emea.novell.com
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 9f50c6ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment