Commit dbc1d911 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: SMTC: Fix formatting difference to linux-mips.org code

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 39027ff0
...@@ -924,6 +924,7 @@ void ipi_decode(struct smtc_ipi *pipi) ...@@ -924,6 +924,7 @@ void ipi_decode(struct smtc_ipi *pipi)
int irq = MIPS_CPU_IRQ_BASE + 1; int irq = MIPS_CPU_IRQ_BASE + 1;
smtc_ipi_nq(&freeIPIq, pipi); smtc_ipi_nq(&freeIPIq, pipi);
switch (type_copy) { switch (type_copy) {
case SMTC_CLOCK_TICK: case SMTC_CLOCK_TICK:
irq_enter(); irq_enter();
......
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