commit | c620953c32d301c2a7bc73f9f780301e110b7d7c | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris@mips.com> | Tue May 02 14:08:46 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jun 01 00:28:30 2006 +0100 |
tree | 68be959e79ba34ca4704f1e2ad421eb404b34aa2 | |
parent | 98a41de99a4e4febe99b22c3a28d434caeb3165c [diff] [blame] |
[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>
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 053dbac..4ff07e2 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c
@@ -906,6 +906,7 @@ case CPU_4KEC: case CPU_24K: case CPU_34K: + case CPU_74K: i_ehb(p); tlbw(p); break;