commit | e0daad449c5195fa4552c60392eeee4e5c58d31c | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Feb 05 00:10:11 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 06 16:53:19 2007 +0000 |
tree | 1b26f7e6e8f66dd3ceb5b0d706e2a757583076b8 | |
parent | 722b05a0c1498ef12972bbd5084eded498d75fb4 [diff] [blame] |
[MIPS] Whitespace cleanups. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 442839e..f59ef27 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c
@@ -565,7 +565,7 @@ if (config3 & MIPS_CONF3_VEIC) c->options |= MIPS_CPU_VEIC; if (config3 & MIPS_CONF3_MT) - c->ases |= MIPS_ASE_MIPSMT; + c->ases |= MIPS_ASE_MIPSMT; return config3 & MIPS_CONF_M; }