Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115661360
D48284.id149890.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
504 B
Referenced Files
None
Subscribers
None
D48284.id149890.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 5:56 PM (12 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17820522
Default Alt Text
D48284.id149890.diff (504 B)
Attached To
Mode
D48284: acpi: Mark the GED ithread as sleepable
Attached
Detach File
Event Timeline
Log In to Comment