From bjorn.helgaas@hp.com Mon Feb 18 08:48:47 2008 From: Bjorn Helgaas Date: Mon, 18 Feb 2008 09:44:13 -0700 Subject: PCI: remove "pci=routeirq" noise from dmesg To: Andrew Morton Cc: Greg Kroah-Hartman , linux-pci@atrey.karlin.mff.cuni.cz Message-ID: <200802180944.13902.bjorn.helgaas@hp.com> Content-Disposition: inline The "pci=routeirq" option was added in 2004, and I don't get any valid reports anymore. The option is still mentioned in kernel-parameters.txt. Signed-off-by: Bjorn Helgaas Signed-off-by: Greg Kroah-Hartman --- arch/x86/pci/acpi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/arch/x86/pci/acpi.c +++ b/arch/x86/pci/acpi.c @@ -278,8 +278,7 @@ static int __init pci_acpi_init(void) printk(KERN_INFO "PCI: Routing PCI interrupts for all devices because \"pci=routeirq\" specified\n"); for_each_pci_dev(dev) acpi_pci_irq_enable(dev); - } else - printk(KERN_INFO "PCI: If a device doesn't work, try \"pci=routeirq\". If it helps, post a report\n"); + } #ifdef CONFIG_X86_IO_APIC if (acpi_ioapic)