diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-09-09 13:11:50 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:17 -0400 |
commit | f5b4d9563b3dc43d3b5df2422baecd2d4b77750a (patch) | |
tree | 4f0b5642c8c31cb8557fb74804de2f326c1574cb /arch/mips/mm/tlbex.c | |
parent | 424cadae94a683afe2164f726269d2b479d99732 (diff) |
R4600 v2.0 needs a nop before tlbp.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlbex.c')
-rw-r--r-- | arch/mips/mm/tlbex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index e8a8ffd0362d..240537d263ff 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -779,6 +779,8 @@ static __initdata u32 final_handler[64]; | |||
779 | static __init void __attribute__((unused)) build_tlb_probe_entry(u32 **p) | 779 | static __init void __attribute__((unused)) build_tlb_probe_entry(u32 **p) |
780 | { | 780 | { |
781 | switch (current_cpu_data.cputype) { | 781 | switch (current_cpu_data.cputype) { |
782 | /* Found by experiment: R4600 v2.0 needs this, too. */ | ||
783 | case CPU_R4600: | ||
782 | case CPU_R5000: | 784 | case CPU_R5000: |
783 | case CPU_R5000A: | 785 | case CPU_R5000A: |
784 | case CPU_NEVADA: | 786 | case CPU_NEVADA: |