diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-09-29 11:18:47 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-12 10:53:44 -0400 |
commit | 78f90d91f395cd0dc1ef3f21e0c5cd6fd50d202c (patch) | |
tree | e9a6b0a5d8a0b99cd23dbc1c1f376a7e78a93428 /kernel/irq/Kconfig | |
parent | b7b29338dc7111ed8bd4d6555d84afae13ebe752 (diff) |
genirq: Remove the now unused sparse irq leftovers
The move_irq_desc() function was only used due to the problem that the
allocator did not free the old descriptors. So the descriptors had to
be moved in create_irq_nr(). That's history.
The code would have never been able to move active interrupt
descriptors on affinity settings. That can be done in a completely
different way w/o all this horror.
Remove all of it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r-- | kernel/irq/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index a42c0191d71a..31d766bf5d2e 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig | |||
@@ -26,11 +26,6 @@ config GENERIC_IRQ_PROBE | |||
26 | config GENERIC_PENDING_IRQ | 26 | config GENERIC_PENDING_IRQ |
27 | def_bool n | 27 | def_bool n |
28 | 28 | ||
29 | if SPARSE_IRQ && NUMA | ||
30 | config NUMA_IRQ_DESC | ||
31 | def_bool n | ||
32 | endif | ||
33 | |||
34 | config AUTO_IRQ_AFFINITY | 29 | config AUTO_IRQ_AFFINITY |
35 | def_bool n | 30 | def_bool n |
36 | 31 | ||