052f4f75a599fb26fa49310d8fe4e39cb7051eb9
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-3.10 / 190-make-reboot-more-reliable.patch
1 --- a/arch/mips/bcm47xx/setup.c
2 +++ b/arch/mips/bcm47xx/setup.c
3 @@ -56,12 +56,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 }