brcm47xx: b44: fix error handling for dummy phy creation
[openwrt.git] / target / linux / brcm47xx / patches-3.10 / 170-fix-74k-cpu.patch
1 --- a/arch/mips/kernel/idle.c
2 +++ b/arch/mips/kernel/idle.c
3 @@ -188,9 +188,6 @@ void __init check_wait(void)
4                 break;
5  
6         case CPU_74K:
7 -               cpu_wait = r4k_wait;
8 -               if ((c->processor_id & 0xff) >= PRID_REV_ENCODE_332(2, 1, 0))
9 -                       cpu_wait = r4k_wait_irqoff;
10                 break;
11  
12         case CPU_TX49XX: