diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 11:06:24 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 11:06:24 +0100 |
commit | dbc1d911b4392982d5ec69eaed6b617758a148d9 (patch) | |
tree | e5df40ea0aac9344e243cbc2287f77a48c225154 /arch/mips/kernel/smtc.c | |
parent | 39027ff07b572d5015f29a5bbbc36394f4e6f32e (diff) | |
download | op-kernel-dev-dbc1d911b4392982d5ec69eaed6b617758a148d9.zip op-kernel-dev-dbc1d911b4392982d5ec69eaed6b617758a148d9.tar.gz |
MIPS: SMTC: Fix formatting difference to linux-mips.org code
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/smtc.c')
-rw-r--r-- | arch/mips/kernel/smtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index 5f5af7d..37d51cd 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c @@ -924,6 +924,7 @@ void ipi_decode(struct smtc_ipi *pipi) int irq = MIPS_CPU_IRQ_BASE + 1; smtc_ipi_nq(&freeIPIq, pipi); + switch (type_copy) { case SMTC_CLOCK_TICK: irq_enter(); |