diff options
author | Chris Dearman <chris@mips.com> | 2006-05-02 09:08:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-05-31 19:28:30 -0400 |
commit | c620953c32d301c2a7bc73f9f780301e110b7d7c (patch) | |
tree | 68be959e79ba34ca4704f1e2ad421eb404b34aa2 /arch/mips/mm/tlbex.c | |
parent | 98a41de99a4e4febe99b22c3a28d434caeb3165c (diff) |
[MIPS] Fix detection and handling of the 74K processor.
Nothing exciting; Linux just didn't know it yet so this is most adding
a value to a case statement.
Signed-off-by: Chris Dearman <chris@mips.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 053dbacac56b..4ff07e2efcb3 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -906,6 +906,7 @@ static __init void build_tlb_write_entry(u32 **p, struct label **l, | |||
906 | case CPU_4KEC: | 906 | case CPU_4KEC: |
907 | case CPU_24K: | 907 | case CPU_24K: |
908 | case CPU_34K: | 908 | case CPU_34K: |
909 | case CPU_74K: | ||
909 | i_ehb(p); | 910 | i_ehb(p); |
910 | tlbw(p); | 911 | tlbw(p); |
911 | break; | 912 | break; |