Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11125
b: refs/heads/master
c: 2c93e12
h: refs/heads/master
i:
  11123: 66ceb24
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent 4d5c26f commit c01e1bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3455b0efc2b5b1bdc755602f77ce7f43725bf61
refs/heads/master: 2c93e12cfec8cc668d4a2a2c8576dedabb7c69c8
7 changes: 6 additions & 1 deletion trunk/arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,11 +827,16 @@ static __init void build_tlb_write_entry(u32 **p, struct label **l,
i_nop(p);
break;

case CPU_R4300:
case CPU_R4600:
case CPU_R4700:
case CPU_R5000:
case CPU_R5000A:
i_nop(p);
tlbw(p);
i_nop(p);
break;

case CPU_R4300:
case CPU_5KC:
case CPU_TX49XX:
case CPU_AU1000:
Expand Down

0 comments on commit c01e1bc

Please sign in to comment.