Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 657472e9 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Greg Kroah-Hartman
Browse files

PCI: remove "pci=routeirq" noise from dmesg



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: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cb3576fa
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -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");
		printk(KERN_INFO "PCI: Routing PCI interrupts for all devices because \"pci=routeirq\" specified\n");
		for_each_pci_dev(dev)
		for_each_pci_dev(dev)
			acpi_pci_irq_enable(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
#ifdef CONFIG_X86_IO_APIC
	if (acpi_ioapic)
	if (acpi_ioapic)