diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 06:06:24 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 06:06:24 -0400 |
commit | dbc1d911b4392982d5ec69eaed6b617758a148d9 (patch) | |
tree | e5df40ea0aac9344e243cbc2287f77a48c225154 | |
parent | 39027ff07b572d5015f29a5bbbc36394f4e6f32e (diff) |
MIPS: SMTC: Fix formatting difference to linux-mips.org code
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 5f5af7d4c890..37d51cd124e9 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c | |||
@@ -924,6 +924,7 @@ void ipi_decode(struct smtc_ipi *pipi) | |||
924 | int irq = MIPS_CPU_IRQ_BASE + 1; | 924 | int irq = MIPS_CPU_IRQ_BASE + 1; |
925 | 925 | ||
926 | smtc_ipi_nq(&freeIPIq, pipi); | 926 | smtc_ipi_nq(&freeIPIq, pipi); |
927 | |||
927 | switch (type_copy) { | 928 | switch (type_copy) { |
928 | case SMTC_CLOCK_TICK: | 929 | case SMTC_CLOCK_TICK: |
929 | irq_enter(); | 930 | irq_enter(); |