public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* hangcheck-timer parameters
@ 2005-10-09  8:50 Pete Zaitcev
  0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2005-10-09  8:50 UTC (permalink / raw)
  To: joel.becker; +Cc: wim.coekaerts, zaitcev, linux-kernel

Would you mind explaining me what this code in 2.6.14-rc3 is supposed
to mean:

drivers/char/hangcheck-timer.c: ---------------------------

/* options - modular */
module_param(hangcheck_tick, int, 0);

/* options - nonmodular */
#ifndef MODULE

static int __init hangcheck_parse_tick(char *str)
{
	int par;
	if (get_option(&str,&par))
		hangcheck_tick = par;
	return 1;
}

__setup("hcheck_tick", hangcheck_parse_tick);
#endif /* not MODULE */
------------------------------------------------------------

Was anything wrong with using hangcheck-timer.hangcheck_tick=1000 ?
Too long to type into grub.conf?

-- Pete

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-09  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-09  8:50 hangcheck-timer parameters Pete Zaitcev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox