diff options
Diffstat (limited to 'arch/mips/kernel/smtc.c')
-rw-r--r-- | arch/mips/kernel/smtc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index 770182887c5b..4d91e2f455c0 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c | |||
@@ -180,7 +180,7 @@ void __init sanitize_tlb_entries(void) | |||
180 | 180 | ||
181 | static void smtc_configure_tlb(void) | 181 | static void smtc_configure_tlb(void) |
182 | { | 182 | { |
183 | int i,tlbsiz,vpes; | 183 | int i, tlbsiz, vpes; |
184 | unsigned long mvpconf0; | 184 | unsigned long mvpconf0; |
185 | unsigned long config1val; | 185 | unsigned long config1val; |
186 | 186 | ||
@@ -423,7 +423,7 @@ void mipsmt_prepare_cpus(void) | |||
423 | * code. Leave it alone! | 423 | * code. Leave it alone! |
424 | */ | 424 | */ |
425 | if (tc != 0) { | 425 | if (tc != 0) { |
426 | smtc_tc_setup(vpe,tc, cpu); | 426 | smtc_tc_setup(vpe, tc, cpu); |
427 | cpu++; | 427 | cpu++; |
428 | } | 428 | } |
429 | printk(" %d", tc); | 429 | printk(" %d", tc); |
@@ -431,7 +431,7 @@ void mipsmt_prepare_cpus(void) | |||
431 | } | 431 | } |
432 | if (slop) { | 432 | if (slop) { |
433 | if (tc != 0) { | 433 | if (tc != 0) { |
434 | smtc_tc_setup(vpe,tc, cpu); | 434 | smtc_tc_setup(vpe, tc, cpu); |
435 | cpu++; | 435 | cpu++; |
436 | } | 436 | } |
437 | printk(" %d", tc); | 437 | printk(" %d", tc); |