aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/c-r4k.c
diff options
context:
space:
mode:
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>2013-11-27 05:07:53 -0500
committerRalf Baechle <ralf@linux-mips.org>2014-01-22 14:19:01 -0500
commit26ab96dfa9f98d74ef38efbe830d356547a292c1 (patch)
tree3789a48dbf291811980cde03016eed2dfcde419a /arch/mips/mm/c-r4k.c
parent0ce7d58ee0d814622bf7b4700925455dd4960ddd (diff)
MIPS: Add support for interAptiv cores
The interAptiv is a power-efficient multi-core microprocessor for use in system-on-chip (SoC) applications. The interAptiv combines a multi-threading pipeline with a coherence manager to deliver improved computational throughput and power efficiency. The interAptiv can contain one to four MIPS32R3 interAptiv cores, system level coherence manager with L2 cache, optional coherent I/O port, and optional floating point unit. Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6163/
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 eded642e1fef..13b549a67a1e 100644
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
@@ -1106,6 +1106,7 @@ static void probe_pcache(void)
1106 case CPU_34K: 1106 case CPU_34K:
1107 case CPU_74K: 1107 case CPU_74K:
1108 case CPU_1004K: 1108 case CPU_1004K:
1109 case CPU_INTERAPTIV:
1109 case CPU_PROAPTIV: 1110 case CPU_PROAPTIV:
1110 if (current_cpu_type() == CPU_74K) 1111 if (current_cpu_type() == CPU_74K)
1111 alias_74k_erratum(c); 1112 alias_74k_erratum(c);