patch-1.3.55 linux/drivers/char/softdog.c

Next file: linux/drivers/scsi/53c7,8xx.c
Previous file: linux/drivers/cdrom/sbpcd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.54/linux/drivers/char/softdog.c linux/drivers/char/softdog.c
@@ -59,6 +59,7 @@
 	 */
 	watchdog_ticktock.expires=jiffies+TIMER_MARGIN;
 	add_timer(&watchdog_ticktock);
+	timer_alive++;
 	return 0;
 }
 
@@ -111,5 +112,5 @@
 	mouse_register(&softdog_mouse);
 	init_timer(&watchdog_ticktock);
 	watchdog_ticktock.function=watchdog_fire;
-	printk("Software Watchdog Timer: 0.02\n");
+	printk("Software Watchdog Timer: 0.03\n");
 }	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this