diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-07 16:41:32 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:28 -0400 |
commit | a95970f323a273230b36d23da1426f8acc5e25c0 (patch) | |
tree | 365b6d9f99c9e8c09d6288c8d8234351b1935575 | |
parent | 84fd089a425f055ecf4a6a72f2509ccb98314b8f (diff) |
20Kc and SB1 don't suffer from aliases.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/mm/c-r4k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 726e899486a3..aa830c3cdebb 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c | |||
@@ -1012,8 +1012,10 @@ static void __init probe_pcache(void) | |||
1012 | * with that for us so we don't need to take care ourselves. | 1012 | * with that for us so we don't need to take care ourselves. |
1013 | */ | 1013 | */ |
1014 | switch (c->cputype) { | 1014 | switch (c->cputype) { |
1015 | case CPU_20KC: | ||
1015 | case CPU_R10000: | 1016 | case CPU_R10000: |
1016 | case CPU_R12000: | 1017 | case CPU_R12000: |
1018 | case CPU_SB1: | ||
1017 | break; | 1019 | break; |
1018 | case CPU_24K: | 1020 | case CPU_24K: |
1019 | if (!(read_c0_config7() & (1 << 16))) | 1021 | if (!(read_c0_config7() & (1 << 16))) |