diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-08 09:40:05 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-19 06:58:19 -0500 |
commit | 6a58fb3bad099076f36f0f30f44507bc3275cdb6 (patch) | |
tree | 9a40117c941d914b1ef13463436657ae9721fea3 /kernel/irq/Kconfig | |
parent | f230b6d5c48f8d12f4dfa1f8b5ab0b0320076d21 (diff) |
genirq: Remove CONFIG_IRQ_PER_CPU
The saving of this switch is minimal versus the ifdef mess it
creates. Simple enable PER_CPU unconditionally and remove the config
switch.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r-- | kernel/irq/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 9e2256de1d1a..48ad25f5fa59 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig | |||
@@ -32,9 +32,6 @@ config GENERIC_PENDING_IRQ | |||
32 | config AUTO_IRQ_AFFINITY | 32 | config AUTO_IRQ_AFFINITY |
33 | def_bool n | 33 | def_bool n |
34 | 34 | ||
35 | config IRQ_PER_CPU | ||
36 | def_bool n | ||
37 | |||
38 | config HARDIRQS_SW_RESEND | 35 | config HARDIRQS_SW_RESEND |
39 | def_bool n | 36 | def_bool n |
40 | 37 | ||