2074d6a91d836f1735b5e74669233fcfd67e8656
[vuplus_openvuplus_3.0] / meta-bsp / common / recipes / linux / linux-vuplus-2.6.37 / fix_cpu_proc.patch
1 diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
2 index e56931e..b740915 100644
3 --- a/arch/mips/kernel/cpu-probe.c
4 +++ b/arch/mips/kernel/cpu-probe.c
5 @@ -936,7 +936,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;