Page MenuHomeFreeBSD

D48284.diff
No OneTemporary

D48284.diff

diff --git a/sys/dev/acpica/acpi_ged.c b/sys/dev/acpica/acpi_ged.c
--- a/sys/dev/acpica/acpi_ged.c
+++ b/sys/dev/acpica/acpi_ged.c
@@ -244,8 +244,9 @@
}
if (bus_setup_intr(dev, sc->evts[i].r,
- INTR_TYPE_MISC | INTR_MPSAFE, NULL, acpi_ged_intr,
- &sc->evts[i], &sc->evts[i].cookie) != 0) {
+ INTR_TYPE_MISC | INTR_MPSAFE | INTR_SLEEPABLE |
+ INTR_EXCL, NULL, acpi_ged_intr, &sc->evts[i],
+ &sc->evts[i].cookie) != 0) {
device_printf(dev, "Failed to setup intr %d\n", i);
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 25, 4:38 PM (17 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15754763
Default Alt Text
D48284.diff (504 B)

Event Timeline