commit | bdf21b18b4abf983db38f04ef7fec88f47389867 | [log] [tgz] |
---|---|---|
author | Pete Popov <ppopov@embeddedalley.com> | Thu Jul 14 17:47:57 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:31:54 2005 +0100 |
tree | b7e551f09f0ee39f4a59132be4c0890e1ba80d91 | |
parent | e01402b115cccb6357f956649487aca2c6f7fbba [diff] [blame] |
Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index c1d394d..a876ed6 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c
@@ -844,6 +844,7 @@ case CPU_AU1500: case CPU_AU1550: case CPU_AU1200: + case CPU_PR4450: i_nop(p); tlbw(p); break;