Commit 5c0d76c6 authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley

[PATCH] Disable the "Unknown IO_APIC" message

This message is the source of 90% of the traffic on linux-smp and is now
starting to fill up kernel bugzilla.

Nobody has ever actually done anything about it and the message is wasting
people's time.  Ingo acked this change.
parent 616862dc
......@@ -1167,11 +1167,8 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int vector)
enable_8259A_irq(0);
}
void __init UNEXPECTED_IO_APIC(void)
static inline void UNEXPECTED_IO_APIC(void)
{
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment