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
void __init UNEXPECTED_IO_APIC(void)
{
- printk(KERN_WARNING " WARNING: unexpected IO-APIC, please mail\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
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/