cvs commit: src/sys/dev/acpica acpi.c acpivar.h
src/sys/dev/acpica/Osd OsdSchedule.c
Mark Santcroos
marks at FreeBSD.org
Mon May 9 00:34:05 PDT 2005
marks 2005-05-09 07:34:04 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c acpivar.h
sys/dev/acpica/Osd OsdSchedule.c
Log:
Simplify the ACPI taskqueue implementation. Use a thread queue type instead
of swi. This allows us to use the taskqueue_thread_* functions instead of
rolling our own. It also avoids a double trip through the queue.
Submitted by: njl
Reviewed by: sam
Revision Changes Path
1.32 +38 -107 src/sys/dev/acpica/Osd/OsdSchedule.c
1.212 +0 -3 src/sys/dev/acpica/acpi.c
1.95 +0 -3 src/sys/dev/acpica/acpivar.h
More information about the cvs-src
mailing list