summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/c-r4k.c
diff options
context:
space:
mode:
authorRalf Baechle2006-06-23 19:48:21 +0200
committerRalf Baechle2006-06-29 22:10:54 +0200
commit2e78ae3f48b2596797101fa365abd6348143299f (patch)
tree1de5c9ccca27ce0addd89e6e89da04ad406988e5 /arch/mips/mm/c-r4k.c
parent[MIPS] Treat CPUs with AR bit as physically indexed. (diff)
downloadkernel-qcow2-linux-2e78ae3f48b2596797101fa365abd6348143299f.tar.gz
kernel-qcow2-linux-2e78ae3f48b2596797101fa365abd6348143299f.tar.xz
kernel-qcow2-linux-2e78ae3f48b2596797101fa365abd6348143299f.zip
[MIPS] 74K: Assume it will also have an AR bit in config7
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/c-r4k.c')
-rw-r--r--arch/mips/mm/c-r4k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c
index 33b1451a365d..75d887e89739 100644
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
@@ -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. */