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

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