lkml.org 
[lkml]   [2005]   [Oct]   [9]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateSun, 9 Oct 2005 01:50:45 -0700
FromPete Zaitcev <>
Subjecthangcheck-timer parameters
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-09 06:56    [from the cache]
©2003-2008