diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-01-22 16:19:38 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 23:09:11 +0100 |
commit | aced4cbd6e3da7dd71f19d0378d27aa74f76e70b (patch) | |
tree | b39ea1e677c6f9b737fb85ab858097ba45fd3bec /arch/mips/mm/c-r4k.c | |
parent | f43e4dfd3902a06bcc1cc1f1d96ba109f8156dda (diff) | |
download | lwn-aced4cbd6e3da7dd71f19d0378d27aa74f76e70b.tar.gz lwn-aced4cbd6e3da7dd71f19d0378d27aa74f76e70b.zip |
MIPS: Add cases for CPU_P5600
Add a CPU_P5600 case to various switch statements, doing the same thing
as for CPU_PROAPTIV.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6408/
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index d72e9a16cf14..6c37d21ef2fb 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c @@ -1115,6 +1115,7 @@ static void probe_pcache(void) case CPU_1004K: case CPU_1074K: case CPU_INTERAPTIV: + case CPU_P5600: case CPU_PROAPTIV: if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K)) alias_74k_erratum(c); |