From e7a1c344d4f6dbcb7ebb8a284f301dfd7522eff1 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 14 Mar 2007 01:26:57 +0000 Subject: add reboot fix from #1312 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6563 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm47xx-2.6/files/arch/mips') diff --git a/target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/setup.c b/target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/setup.c index 547c50a73..f7687d4dd 100644 --- a/target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/setup.c +++ b/target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/setup.c @@ -54,7 +54,7 @@ static void bcm47xx_machine_restart(char *command) */ /* Set the watchdog timer to reset immediately */ -//TODO sb_watchdog(sbh, 1); + ssb_chipco_watchdog(&ssb.chipco, 1); while (1) cpu_relax(); } @@ -63,7 +63,7 @@ static void bcm47xx_machine_halt(void) { /* Disable interrupts and watchdog and spin forever */ local_irq_disable(); -//TODO sb_watchdog(sbh, 0); + ssb_chipco_watchdog(&ssb.chipco, 0); while (1) cpu_relax(); } -- cgit v1.2.3