diff options
Diffstat (limited to 'drivers/irqchip/irq-mips-cpu.c')
-rw-r--r-- | drivers/irqchip/irq-mips-cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-mips-cpu.c b/drivers/irqchip/irq-mips-cpu.c index 0a8ed1c05518..14461cbfab2f 100644 --- a/drivers/irqchip/irq-mips-cpu.c +++ b/drivers/irqchip/irq-mips-cpu.c | |||
@@ -154,7 +154,7 @@ asmlinkage void __weak plat_irq_dispatch(void) | |||
154 | static int mips_cpu_intc_map(struct irq_domain *d, unsigned int irq, | 154 | static int mips_cpu_intc_map(struct irq_domain *d, unsigned int irq, |
155 | irq_hw_number_t hw) | 155 | irq_hw_number_t hw) |
156 | { | 156 | { |
157 | static struct irq_chip *chip; | 157 | struct irq_chip *chip; |
158 | 158 | ||
159 | if (hw < 2 && cpu_has_mipsmt) { | 159 | if (hw < 2 && cpu_has_mipsmt) { |
160 | /* Software interrupts are used for MT/CMT IPI */ | 160 | /* Software interrupts are used for MT/CMT IPI */ |