From: Pavel Machek <pavel@ucw.cz>
To: rddunlap@osdl.org, kernel list <linux-kernel@vger.kernel.org>,
Rusty trivial patch monkey Russell <trivial@rustcorp.com.au>
Subject: make lkconfig quiet
Date: Wed, 28 Apr 2004 22:59:00 +0200 [thread overview]
Message-ID: <20040428205900.GA1678@elf.ucw.cz> (raw)
Hi!
Ammount of boot messages on my machine is now so big that important
info (like what went wrong with mouse) scroll away. Oops. This kills
some offenders. Please apply,
Pavel
--- clean/kernel/configs.c 2003-09-28 22:06:44.000000000 +0200
+++ linux/kernel/configs.c 2004-04-28 22:56:49.000000000 +0200
@@ -77,8 +77,10 @@
{
struct proc_dir_entry *entry;
+#ifdef MODULE
printk(KERN_INFO "ikconfig %s with /proc/config*\n",
IKCONFIG_VERSION);
+#endif
/* create the current config file */
entry = create_proc_entry("config.gz", S_IFREG | S_IRUGO,
--
934a471f20d6580d5aad759bf0d97ddc
next reply other threads:[~2004-04-28 21:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-28 20:59 Pavel Machek [this message]
2004-04-28 21:37 ` Randy.Dunlap
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=20040428205900.GA1678@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.org \
--cc=trivial@rustcorp.com.au \
/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
all inboxes | Powered by JetHome®