[kernel] refresh 2.6.27 patches
[openwrt.git] / target / linux / brcm63xx / patches-2.6.27 / 001-add_broadcom_63xx_cpu_definitions.patch
index c49b0a6..163f8be 100644 (file)
@@ -12,18 +12,17 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
 
 --- a/arch/mips/kernel/cpu-probe.c
 +++ b/arch/mips/kernel/cpu-probe.c
-@@ -153,6 +153,10 @@ void __init check_wait(void)
+@@ -153,6 +153,9 @@ void __init check_wait(void)
        case CPU_25KF:
        case CPU_PR4450:
        case CPU_BCM3302:
 +      case CPU_BCM6338:
-+      case CPU_BCM6345:
 +      case CPU_BCM6348:
 +      case CPU_BCM6358:
                cpu_wait = r4k_wait;
                break;
  
-@@ -802,11 +806,28 @@ static inline void cpu_probe_broadcom(st
+@@ -802,11 +805,28 @@ static inline void cpu_probe_broadcom(st
        decode_configs(c);
        switch (c->processor_id & 0xff00) {
        case PRID_IMP_BCM3302:
@@ -52,7 +51,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
        default:
                c->cputype = CPU_UNKNOWN;
                break;
-@@ -892,6 +913,10 @@ static __cpuinit const char *cpu_to_name
+@@ -892,6 +912,10 @@ static __cpuinit const char *cpu_to_name
        case CPU_SR71000:       name = "Sandcraft SR71000"; break;
        case CPU_BCM3302:       name = "Broadcom BCM3302"; break;
        case CPU_BCM4710:       name = "Broadcom BCM4710"; break;
This page took 0.024791 seconds and 4 git commands to generate.