cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c
Nate Lawson
njl at FreeBSD.org
Fri Apr 1 22:05:30 PST 2005
njl 2005-04-02 06:05:30 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/dev/acpica/Osd OsdSchedule.c
Log:
Use taskqueue_thread instead of swi as the latter doesn't have a context
that we can tsleep on. This bug is not present in 5.x since we have a
real thread context there. Suggested by jhb.
Submitted by: Dinesh Nair (dinesh alphaque.com)
Revision Changes Path
1.23.6.2 +1 -1 src/sys/dev/acpica/Osd/OsdSchedule.c
More information about the cvs-src
mailing list