mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
Avoid tlbw* hazards for the R4600/R4700/R5000.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
c3455b0efc
commit
2c93e12cfe
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue