diff options
author | Nigel Stephens <nigel@mips.com> | 2006-04-27 10:50:32 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-05-31 19:28:30 -0400 |
commit | 98a41de99a4e4febe99b22c3a28d434caeb3165c (patch) | |
tree | 6fed878cc364d268f4e598520d36a3c467695d35 /arch/mips/mm | |
parent | 6e9538917c5f62c1a1598da9b898702800801b98 (diff) |
[MIPS] Add missing 34K processor IDs
The 34K is very much like a 24K on steroids.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/c-r4k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 4182e1176fae..4420191795f3 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c | |||
@@ -968,6 +968,7 @@ static void __init probe_pcache(void) | |||
968 | case CPU_SB1: | 968 | case CPU_SB1: |
969 | break; | 969 | break; |
970 | case CPU_24K: | 970 | case CPU_24K: |
971 | case CPU_34K: | ||
971 | if (!(read_c0_config7() & (1 << 16))) | 972 | if (!(read_c0_config7() & (1 << 16))) |
972 | default: | 973 | default: |
973 | if (c->dcache.waysize > PAGE_SIZE) | 974 | if (c->dcache.waysize > PAGE_SIZE) |