patch-2.1.43 linux/drivers/char/softdog.c
Next file: linux/drivers/char/sysrq.c
Previous file: linux/drivers/char/selection.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Thu Jun 12 16:22:06 1997
-  Orig file: 
v2.1.42/linux/drivers/char/softdog.c
-  Orig date: 
Wed Apr 23 19:01:18 1997
diff -u --recursive --new-file v2.1.42/linux/drivers/char/softdog.c linux/drivers/char/softdog.c
@@ -42,6 +42,10 @@
 
 static int soft_margin = TIMER_MARGIN;	/* in seconds */
 
+#ifdef MODULE
+MODULE_PARM(soft_margin,"i");
+#endif
+
 /*
  *	Our timer
  */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov