diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-01-22 11:19:38 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 18:09:11 -0400 |
commit | aced4cbd6e3da7dd71f19d0378d27aa74f76e70b (patch) | |
tree | b39ea1e677c6f9b737fb85ab858097ba45fd3bec /arch/mips/kernel/spram.c | |
parent | f43e4dfd3902a06bcc1cc1f1d96ba109f8156dda (diff) |
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/kernel/spram.c')
-rw-r--r-- | arch/mips/kernel/spram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/spram.c b/arch/mips/kernel/spram.c index 707d957e6a66..f9a693a6aaa7 100644 --- a/arch/mips/kernel/spram.c +++ b/arch/mips/kernel/spram.c | |||
@@ -208,6 +208,7 @@ void spram_config(void) | |||
208 | case CPU_1074K: | 208 | case CPU_1074K: |
209 | case CPU_INTERAPTIV: | 209 | case CPU_INTERAPTIV: |
210 | case CPU_PROAPTIV: | 210 | case CPU_PROAPTIV: |
211 | case CPU_P5600: | ||
211 | config0 = read_c0_config(); | 212 | config0 = read_c0_config(); |
212 | /* FIXME: addresses are Malta specific */ | 213 | /* FIXME: addresses are Malta specific */ |
213 | if (config0 & (1<<24)) { | 214 | if (config0 & (1<<24)) { |