aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/irq/handle.c')
-rw-r--r--kernel/irq/handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c
index a04b516afa59..3a2dbcc9e215 100644
--- a/kernel/irq/handle.c
+++ b/kernel/irq/handle.c
@@ -46,6 +46,7 @@ struct irq_desc irq_desc[NR_IRQS] __cacheline_aligned = {
46 [0 ... NR_IRQS-1] = { 46 [0 ... NR_IRQS-1] = {
47 .status = IRQ_DISABLED, 47 .status = IRQ_DISABLED,
48 .chip = &no_irq_type, 48 .chip = &no_irq_type,
49 .handle_irq = handle_bad_irq,
49 .depth = 1, 50 .depth = 1,
50 .lock = SPIN_LOCK_UNLOCKED, 51 .lock = SPIN_LOCK_UNLOCKED,
51#ifdef CONFIG_SMP 52#ifdef CONFIG_SMP