Skip to content

Commit

Permalink
20Kc and SB1 don't suffer from aliases.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 84fd089 commit a95970f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/mm/c-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,8 +1012,10 @@ static void __init probe_pcache(void)
* 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)))
Expand Down

0 comments on commit a95970f

Please sign in to comment.