Detect the 34K.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-07-12 16:12:05 +00:00
parent 079ef8bb80
commit bbc7f22f6d
4 changed files with 10 additions and 1 deletions

View File

@ -879,6 +879,7 @@ static __init void build_tlb_write_entry(u32 **p, struct label **l,
case CPU_4KEC:
case CPU_24K:
case CPU_34K:
i_ehb(p);
tlbw(p);
break;