aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-09-28 20:34:53 +0200
committerThomas Gleixner <tglx@linutronix.de>2010-10-12 16:53:40 +0200
commitfbc6bff04a095e049be290ff6f6ac68839166bd6 (patch)
tree056af820123082b624e757da3d909c1e75d93db2 /arch/x86/Kconfig
parentx86: Don't setup ioapic irq for sci twice (diff)
downloadlinux-dev-fbc6bff04a095e049be290ff6f6ac68839166bd6.tar.xz
linux-dev-fbc6bff04a095e049be290ff6f6ac68839166bd6.zip
x86: ioapic: Cleanup sparse irq code
Switch over to the new allocator and remove all the magic which was caused by the unability to destroy irq descriptors. Get rid of the create_irq_nr() loop for sparse and non sparse irq. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 3ec657f7ee70..8cc510874e1b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -61,7 +61,6 @@ config X86
select HAVE_USER_RETURN_NOTIFIER
select HAVE_GENERIC_HARDIRQS
select HAVE_SPARSE_IRQ
- select NUMA_IRQ_DESC if (SPARSE_IRQ && NUMA)
select GENERIC_IRQ_PROBE
select GENERIC_PENDING_IRQ if SMP