diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-09-28 20:34:53 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-12 16:53:40 +0200 |
commit | fbc6bff04a095e049be290ff6f6ac68839166bd6 (patch) | |
tree | 056af820123082b624e757da3d909c1e75d93db2 /arch/x86/Kconfig | |
parent | fe6dab4e79e82ec35879bfe1a8968b7d15ac0d91 (diff) | |
download | talos-op-linux-fbc6bff04a095e049be290ff6f6ac68839166bd6.tar.gz talos-op-linux-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/Kconfig | 1 |
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 |