Switch to kernel 3.3.8(solo2)
[vuplus_openvuplus] / meta-bsp / common / recipes / linux / linux-vuplus-3.3.8 / fix_cpu_proc.patch
diff --git a/meta-bsp/common/recipes/linux/linux-vuplus-3.3.8/fix_cpu_proc.patch b/meta-bsp/common/recipes/linux/linux-vuplus-3.3.8/fix_cpu_proc.patch
new file mode 100644 (file)
index 0000000..3069f1a
--- /dev/null
@@ -0,0 +1,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;