diff options
author | Steven J. Hill <Steven.Hill@imgtec.com> | 2014-01-17 16:03:50 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-06 15:25:21 -0500 |
commit | 442e14a2c55e55f208bf87e3686396b4ff17ebf6 (patch) | |
tree | 9370c3907bb6b07027a95181d2e5ee3961641ec3 /arch/mips/kernel/traps.c | |
parent | 02dc6bfb080e8205aacea5c4b4dd6a9bd4c9406e (diff) |
MIPS: Add 1074K CPU support explicitly.
The 1074K is a multiprocessing coherent processing system (CPS) based
on modified 74K cores. This patch makes the 1074K an actual unique
CPU type, instead of a 74K derivative, which it is not.
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Reviewed-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6389/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r-- | arch/mips/kernel/traps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index e0b499694d18..b0c7f80e05e5 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -1337,6 +1337,7 @@ static inline void parity_protection_init(void) | |||
1337 | case CPU_34K: | 1337 | case CPU_34K: |
1338 | case CPU_74K: | 1338 | case CPU_74K: |
1339 | case CPU_1004K: | 1339 | case CPU_1004K: |
1340 | case CPU_1074K: | ||
1340 | case CPU_INTERAPTIV: | 1341 | case CPU_INTERAPTIV: |
1341 | case CPU_PROAPTIV: | 1342 | case CPU_PROAPTIV: |
1342 | { | 1343 | { |