patch-2.0.1 linux/drivers/char/softdog.c
Next file: linux/drivers/char/tty_io.c
Previous file: linux/drivers/char/serial.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Sat Jun 29 12:00:46 1996
-  Orig file: 
v2.0.0/linux/drivers/char/softdog.c
-  Orig date: 
Mon May 13 23:02:48 1996
diff -u --recursive --new-file v2.0.0/linux/drivers/char/softdog.c linux/drivers/char/softdog.c
@@ -73,6 +73,7 @@
 	/*
 	 *	Activate timer
 	 */
+	del_timer(&watchdog_ticktock);
 	watchdog_ticktock.expires=jiffies + (soft_margin * HZ);
 	add_timer(&watchdog_ticktock);
 	timer_alive++;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov