Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57583
b: refs/heads/master
c: 6a05888
h: refs/heads/master
i:
  57581: 559d5ba
  57579: 50577ea
  57575: 96e9cc1
  57567: b279548
v: v3
  • Loading branch information
Ralf Baechle committed Jun 11, 2007
1 parent b95b2bb commit dccd25a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e8a52ed87e5b1fa60108b525774f2a28b4016d5
refs/heads/master: 6a05888d713dd915d3268000a479e38646aa423f
7 changes: 7 additions & 0 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,13 @@ void __init per_cpu_trap_init(void)
cpu_cache_init();
tlb_init();
#ifdef CONFIG_MIPS_MT_SMTC
} else if (!secondaryTC) {
/*
* First TC in non-boot VPE must do subset of tlb_init()
* for MMU countrol registers.
*/
write_c0_pagemask(PM_DEFAULT_MASK);
write_c0_wired(0);
}
#endif /* CONFIG_MIPS_MT_SMTC */
}
Expand Down

0 comments on commit dccd25a

Please sign in to comment.