Skip to content

Commit

Permalink
[MIPS] 74K: Assume it will also have an AR bit in config7
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 Jun 29, 2006
1 parent beab375 commit 2e78ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/mm/c-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ static void __init probe_pcache(void)
break;
case CPU_24K:
case CPU_34K:
case CPU_74K:
if ((read_c0_config7() & (1 << 16))) {
/* effectively physically indexed dcache,
thus no virtual aliases. */
Expand Down

0 comments on commit 2e78ae3

Please sign in to comment.