summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-vuduo2-3.3.6/fix_cpu_proc.patch
blob: 3069f1afd7bd3eb978e336f6265c5b53003507a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index 58eed1c..a914a75 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -956,7 +956,7 @@ static inline void cpu_probe_broadcom(struct cpuinfo_mips *c, unsigned int cpu)
 	case PRID_IMP_BMIPS5000:
 	case PRID_IMP_BMIPS5200:
 		c->cputype = CPU_BMIPS5000;
-		__cpu_name[cpu] = "Broadcom BMIPS5000";
+		__cpu_name[cpu] = "Brcm4380";
 		set_elf_platform(cpu, "bmips5000");
 		c->options |= MIPS_CPU_ULRI;
 		break;