PATCH: make the io-apic printk generate less junk mail

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sat Feb 15 2003 - 14:20:55 EST


Also suggest bugzilal.kernel.org now not the mailing list

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.61/arch/i386/kernel/io_apic.c linux-2.5.61-ac1/arch/i386/kernel/io_apic.c
--- linux-2.5.61/arch/i386/kernel/io_apic.c 2003-02-15 03:39:28.000000000 +0000
+++ linux-2.5.61-ac1/arch/i386/kernel/io_apic.c 2003-02-14 22:43:45.000000000 +0000
@@ -1133,8 +1154,9 @@
 
 void __init UNEXPECTED_IO_APIC(void)
 {
- printk(KERN_WARNING " WARNING: unexpected IO-APIC, please mail\n");
- printk(KERN_WARNING " to linux-smp@vger.kernel.org\n");
+ printk(KERN_WARNING "INFO: unexpected IO-APIC, please file a report at\n");
+ printk(KERN_WARNING " http://bugzilla.kernel.org\n");
+ printk(KERN_WARNING " if your kernel is less than 3 months old.\n");
 }
 
 void __init print_IO_APIC(void)
-
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/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:01:03 EST