add initial 2.6.28 support for brcm47xx target
[openwrt-10.03/.git] / target / linux / brcm47xx / patches-2.6.23 / 170-cpu_wait.patch
1 --- a/arch/mips/kernel/cpu-probe.c
2 +++ b/arch/mips/kernel/cpu-probe.c
3 @@ -159,6 +159,7 @@
4         case CPU_5KC:
5         case CPU_25KF:
6         case CPU_PR4450:
7 +       case CPU_BCM3302:
8                 cpu_wait = r4k_wait;
9                 break;
10