diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-29 12:49:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:12 -0400 |
commit | 7623debf267521771952870549f5c5d38c408ad1 (patch) | |
tree | 10ffd54fce353ce6d9f75b62c133252ed47d086f | |
parent | 23bbbaf89cfb9bfd1a37385bfbb4e0cab591f454 (diff) |
Handle mtc0 - tlb write hazard for VR5432.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/mm/tlbex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index c3c75a234f50..e8a8ffd0362d 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -916,6 +916,7 @@ static __init void build_tlb_write_entry(u32 **p, struct label **l, | |||
916 | 916 | ||
917 | case CPU_VR4131: | 917 | case CPU_VR4131: |
918 | case CPU_VR4133: | 918 | case CPU_VR4133: |
919 | case CPU_R5432: | ||
919 | i_nop(p); | 920 | i_nop(p); |
920 | i_nop(p); | 921 | i_nop(p); |
921 | tlbw(p); | 922 | tlbw(p); |