Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108424471
D48284.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.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
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)
Attached To
Mode
D48284: acpi: Mark the GED ithread as sleepable
Attached
Detach File
Event Timeline
Log In to Comment