From: Pete Zaitcev <zaitcev@redhat.com>
To: <joel.becker@oracle.com>
Cc: wim.coekaerts@oracle.com, zaitcev@redhat.com,
linux-kernel@vger.kernel.org
Subject: hangcheck-timer parameters
Date: Sun, 9 Oct 2005 01:50:45 -0700 [thread overview]
Message-ID: <20051009015045.75a2d4cf.zaitcev@redhat.com> (raw)
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
reply other threads:[~2005-10-09 8:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051009015045.75a2d4cf.zaitcev@redhat.com \
--to=zaitcev@redhat.com \
--cc=joel.becker@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wim.coekaerts@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox