Commit ef36fc3c authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] SMTC: Fix warning.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7a6d4f38
...@@ -611,12 +611,12 @@ void smtc_cpus_done(void) ...@@ -611,12 +611,12 @@ void smtc_cpus_done(void)
int setup_irq_smtc(unsigned int irq, struct irqaction * new, int setup_irq_smtc(unsigned int irq, struct irqaction * new,
unsigned long hwmask) unsigned long hwmask)
{ {
#ifdef CONFIG_SMTC_IDLE_HOOK_DEBUG
unsigned int vpe = current_cpu_data.vpe_id; unsigned int vpe = current_cpu_data.vpe_id;
irq_hwmask[irq] = hwmask;
#ifdef CONFIG_SMTC_IDLE_HOOK_DEBUG
vpemask[vpe][irq - MIPSCPU_INT_BASE] = 1; vpemask[vpe][irq - MIPSCPU_INT_BASE] = 1;
#endif #endif
irq_hwmask[irq] = hwmask;
return setup_irq(irq, new); return setup_irq(irq, new);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment