disable cpu wait support for bcm4710 (suggested in #1641)
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx-2.6 / patches-2.6.22 / 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,7 @@
6 case CPU_34K:
7 case CPU_74K:
8 case CPU_PR4450:
9 + case CPU_BCM3302:
10 cpu_wait = r4k_wait;
11 break;
12 case CPU_TX49XX: