lkml.org 
[lkml]   [2004]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectmake lkconfig quiet
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
-
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-03-22 14:02    [W:0.057 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site