Switch to kernel 3.3.8(solo2)
[vuplus_openvuplus_3.0] / meta-bsp / common / recipes / linux / linux-vuplus-3.3.8 / fix_cpu_proc.patch
1 diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
2 index 58eed1c..a914a75 100644
3 --- a/arch/mips/kernel/cpu-probe.c
4 +++ b/arch/mips/kernel/cpu-probe.c
5 @@ -956,7 +956,7 @@ static inline void cpu_probe_broadcom(struct cpuinfo_mips *c, unsigned int cpu)
6         case PRID_IMP_BMIPS5000:
7         case PRID_IMP_BMIPS5200:
8                 c->cputype = CPU_BMIPS5000;
9 -               __cpu_name[cpu] = "Broadcom BMIPS5000";
10 +               __cpu_name[cpu] = "Brcm4380";
11                 set_elf_platform(cpu, "bmips5000");
12                 c->options |= MIPS_CPU_ULRI;
13                 break;