mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 02:50:53 +07:00
Revert "Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off"
This reverts commit 9cd8047b46
.
This commit is contained in:
parent
2ffbb8377c
commit
f0714d2023
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user