The patch titled
     PCI: remove "pci=routeirq" noise from dmesg
has been removed from the -mm tree.  Its filename was
     pci-remove-pci=routeirq-noise-from-dmesg.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: PCI: remove "pci=routeirq" noise from dmesg
From: Bjorn Helgaas <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/x86/pci/acpi.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff -puN arch/x86/pci/acpi.c~pci-remove-pci=routeirq-noise-from-dmesg 
arch/x86/pci/acpi.c
--- a/arch/x86/pci/acpi.c~pci-remove-pci=routeirq-noise-from-dmesg
+++ a/arch/x86/pci/acpi.c
@@ -262,11 +262,11 @@ static int __init pci_acpi_init(void)
                 * also do it here in case there are still broken drivers that
                 * don't use pci_enable_device().
                 */
-               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)
                        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)
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

mm-only-enforce-acpi-resource-conflict-checks.patch
3c509-convert-to-isa_driver-and-pnp_driver-v4.patch
3c509-convert-to-isa_driver-and-pnp_driver-v4-cleanup-update.patch
3c509-convert-to-isa_driver-and-pnp_driver-v4-cleanup.patch
pci-simplify-quirk-debug-output.patch
simplify-initcall_debug-output.patch
pnp-skip-dev-protocol-null-checks.patch
pnp-simplify-quirk-debug-output.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to