aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/irq/handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c
index 7f625fbc9aa4..fb6bdb602a93 100644
--- a/kernel/irq/handle.c
+++ b/kernel/irq/handle.c
@@ -253,7 +253,7 @@ struct irq_desc irq_desc[NR_IRQS] __cacheline_aligned_in_smp = {
253 .chip = &no_irq_chip, 253 .chip = &no_irq_chip,
254 .handle_irq = handle_bad_irq, 254 .handle_irq = handle_bad_irq,
255 .depth = 1, 255 .depth = 1,
256 .lock = __SPIN_LOCK_UNLOCKED(sparse_irqs->lock), 256 .lock = __SPIN_LOCK_UNLOCKED(irq_desc->lock),
257#ifdef CONFIG_SMP 257#ifdef CONFIG_SMP
258 .affinity = CPU_MASK_ALL 258 .affinity = CPU_MASK_ALL
259#endif 259#endif