diff options
| author | James Hogan <[email protected]> | 2014-01-22 16:19:38 +0000 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2014-03-26 22:09:11 +0000 |
| commit | aced4cbd6e3da7dd71f19d0378d27aa74f76e70b (patch) | |
| tree | b39ea1e677c6f9b737fb85ab858097ba45fd3bec /arch/mips/mm/sc-mips.c | |
| parent | MIPS: Add MIPS P5600 PRid and cputype identifiers (diff) | |
| download | kernel-aced4cbd6e3da7dd71f19d0378d27aa74f76e70b.tar.gz kernel-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 <[email protected]>
Reviewed-by: Markos Chandras <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/6408/
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'arch/mips/mm/sc-mips.c')
| -rw-r--r-- | arch/mips/mm/sc-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/sc-mips.c b/arch/mips/mm/sc-mips.c index 7b3977035a46..99eb8fabab60 100644 --- a/arch/mips/mm/sc-mips.c +++ b/arch/mips/mm/sc-mips.c @@ -79,6 +79,7 @@ static inline int mips_sc_is_activated(struct cpuinfo_mips *c) case CPU_1074K: case CPU_INTERAPTIV: case CPU_PROAPTIV: + case CPU_P5600: case CPU_BMIPS5000: if (config2 & (1 << 12)) return 0; |
