diff options
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 8e8feb851f6b..37663c7862a5 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c | |||
@@ -906,6 +906,11 @@ static inline void cpu_probe_netlogic(struct cpuinfo_mips *c, int cpu) | |||
906 | MIPS_CPU_LLSC); | 906 | MIPS_CPU_LLSC); |
907 | 907 | ||
908 | switch (c->processor_id & 0xff00) { | 908 | switch (c->processor_id & 0xff00) { |
909 | case PRID_IMP_NETLOGIC_XLP2XX: | ||
910 | c->cputype = CPU_XLP; | ||
911 | __cpu_name[cpu] = "Broadcom XLPII"; | ||
912 | break; | ||
913 | |||
909 | case PRID_IMP_NETLOGIC_XLP8XX: | 914 | case PRID_IMP_NETLOGIC_XLP8XX: |
910 | case PRID_IMP_NETLOGIC_XLP3XX: | 915 | case PRID_IMP_NETLOGIC_XLP3XX: |
911 | c->cputype = CPU_XLP; | 916 | c->cputype = CPU_XLP; |