diff options
Diffstat (limited to 'arch/mips/mm')
-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: |