summaryrefslogtreecommitdiffstats
path: root/kernel/irq/internals.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-08 09:40:05 -0500
committerThomas Gleixner <tglx@linutronix.de>2011-02-19 06:58:19 -0500
commit6a58fb3bad099076f36f0f30f44507bc3275cdb6 (patch)
tree9a40117c941d914b1ef13463436657ae9721fea3 /kernel/irq/internals.h
parentf230b6d5c48f8d12f4dfa1f8b5ab0b0320076d21 (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/internals.h')
-rw-r--r--kernel/irq/internals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/irq/internals.h b/kernel/irq/internals.h
index e93e6090cd47..9e32b3d35d35 100644
--- a/kernel/irq/internals.h
+++ b/kernel/irq/internals.h
@@ -163,9 +163,7 @@ static inline void print_irq_desc(unsigned int irq, struct irq_desc *desc)
163 } 163 }
164 164
165 P(IRQ_LEVEL); 165 P(IRQ_LEVEL);
166#ifdef CONFIG_IRQ_PER_CPU
167 P(IRQ_PER_CPU); 166 P(IRQ_PER_CPU);
168#endif
169 P(IRQ_NOPROBE); 167 P(IRQ_NOPROBE);
170 P(IRQ_NOREQUEST); 168 P(IRQ_NOREQUEST);
171 P(IRQ_NOAUTOEN); 169 P(IRQ_NOAUTOEN);