commit | a95970f323a273230b36d23da1426f8acc5e25c0 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Feb 07 21:41:32 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:30:28 2005 +0100 |
tree | 365b6d9f99c9e8c09d6288c8d8234351b1935575 | |
parent | 84fd089a425f055ecf4a6a72f2509ccb98314b8f [diff] [blame] |
20Kc and SB1 don't suffer from aliases. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 726e899..aa830c3 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c
@@ -1012,8 +1012,10 @@ * with that for us so we don't need to take care ourselves. */ switch (c->cputype) { + case CPU_20KC: case CPU_R10000: case CPU_R12000: + case CPU_SB1: break; case CPU_24K: if (!(read_c0_config7() & (1 << 16)))