brcm47xx: 3.14: backport MIPS patches for early HIGHMEM support
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-3.14 / 144-make-reboot-more-reliable.patch
1 --- a/arch/mips/bcm47xx/setup.c
2 +++ b/arch/mips/bcm47xx/setup.c
3 @@ -59,12 +59,12 @@ static void bcm47xx_machine_restart(char
4 switch (bcm47xx_bus_type) {
5 #ifdef CONFIG_BCM47XX_SSB
6 case BCM47XX_BUS_TYPE_SSB:
7 - ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1);
8 + ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 3);
9 break;
10 #endif
11 #ifdef CONFIG_BCM47XX_BCMA
12 case BCM47XX_BUS_TYPE_BCMA:
13 - bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1);
14 + bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 3);
15 break;
16 #endif
17 }