Commit 2e78ae3f authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] 74K: Assume it will also have an AR bit in config7

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent beab375a
...@@ -1009,6 +1009,7 @@ static void __init probe_pcache(void) ...@@ -1009,6 +1009,7 @@ static void __init probe_pcache(void)
break; break;
case CPU_24K: case CPU_24K:
case CPU_34K: case CPU_34K:
case CPU_74K:
if ((read_c0_config7() & (1 << 16))) { if ((read_c0_config7() & (1 << 16))) {
/* effectively physically indexed dcache, /* effectively physically indexed dcache,
thus no virtual aliases. */ thus no virtual aliases. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment