Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f0714d20234062bd0a8f49a6b32f7d1d7f3c2943
Commit:     f0714d20234062bd0a8f49a6b32f7d1d7f3c2943
Parent:     2ffbb8377c7a0713baf6644e285adc27a5654582
Author:     Len Brown <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 12:23:59 2007 -0500
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Mon Nov 19 12:23:59 2007 -0500

    Revert "Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off"
    
    This reverts commit 9cd8047b463f213c294f756119ac353312e7a152.
---
 drivers/pnp/pnpacpi/rsparser.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/drivers/pnp/pnpacpi/rsparser.c b/drivers/pnp/pnpacpi/rsparser.c
index cd0a204..0e3b8d0 100644
--- a/drivers/pnp/pnpacpi/rsparser.c
+++ b/drivers/pnp/pnpacpi/rsparser.c
@@ -85,16 +85,6 @@ static void pnpacpi_parse_allocated_irqresource(struct 
pnp_resource_table *res,
        if (i >= PNP_MAX_IRQ)
                return;
 
-#ifdef CONFIG_X86
-       if (gsi < 16 && (triggering != ACPI_EDGE_SENSITIVE ||
-                               polarity != ACPI_ACTIVE_HIGH)) {
-               pnp_warn("BIOS BUG: legacy PNP IRQ %d should be edge trigger, "
-                               "active high", gsi);
-               triggering = ACPI_EDGE_SENSITIVE;
-               polarity = ACPI_ACTIVE_HIGH;
-       }
-#endif
-
        res->irq_resource[i].flags = IORESOURCE_IRQ;    // Also clears _UNSET 
flag
        res->irq_resource[i].flags |= irq_flags(triggering, polarity);
        irq = acpi_register_gsi(gsi, triggering, polarity);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to