[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>
This commit is contained in:
Nigel Stephens
2006-04-27 15:50:32 +01:00
committed by Ralf Baechle
parent 6e9538917c
commit 98a41de99a
2 changed files with 2 additions and 0 deletions

View File

@@ -968,6 +968,7 @@ static void __init probe_pcache(void)
case CPU_SB1:
break;
case CPU_24K:
case CPU_34K:
if (!(read_c0_config7() & (1 << 16)))
default:
if (c->dcache.waysize > PAGE_SIZE)