92bf0a37e0bf7f62562dcefb3327058ff0c5df5a
[openwrt/openwrt.git] / target / linux / brcm47xx-2.6 / patches / 170-cpu_wait.patch
1 Index: linux-2.6.22-rc4/arch/mips/kernel/cpu-probe.c
2 ===================================================================
3 --- linux-2.6.22-rc4.orig/arch/mips/kernel/cpu-probe.c 2007-06-10 21:33:17.000000000 +0100
4 +++ linux-2.6.22-rc4/arch/mips/kernel/cpu-probe.c 2007-06-10 21:33:22.000000000 +0100
5 @@ -143,6 +143,8 @@
6 case CPU_34K:
7 case CPU_74K:
8 case CPU_PR4450:
9 + case CPU_BCM3302:
10 + case CPU_BCM4710:
11 cpu_wait = r4k_wait;
12 break;
13 case CPU_TX49XX: