diff options
author | David Daney <david.daney@cavium.com> | 2016-02-01 14:43:41 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 14:01:38 +0200 |
commit | b8c8f665076604762fd15eb815f2fd75eb511b2e (patch) | |
tree | 470c5af83c04769784454e0abfa6181046564ae6 /arch/mips/kernel/cpu-probe.c | |
parent | 34ae8e3688fb8af2afaf52b78c6f20c74c6ae650 (diff) | |
download | linux-stable-b8c8f665076604762fd15eb815f2fd75eb511b2e.tar.gz linux-stable-b8c8f665076604762fd15eb815f2fd75eb511b2e.tar.bz2 linux-stable-b8c8f665076604762fd15eb815f2fd75eb511b2e.zip |
MIPS: Add CPU identifiers and probing for Cavium CN73xx and CNF75xx processors.
Add new processor identifiers for Cavium CN73xx and CNF75xx
processors, and probe for them in cpu-probe.c
Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12311/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index b725b713b9f8..9ad6157e23de 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c @@ -1481,6 +1481,8 @@ platform: set_elf_platform(cpu, "octeon2"); break; case PRID_IMP_CAVIUM_CN70XX: + case PRID_IMP_CAVIUM_CN73XX: + case PRID_IMP_CAVIUM_CNF75XX: case PRID_IMP_CAVIUM_CN78XX: c->cputype = CPU_CAVIUM_OCTEON3; __cpu_name[cpu] = "Cavium Octeon III"; |