Date: Fri, 26 Oct 2001 11:46:48 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c src/sys/dev/acpica/Osd OsdSchedule.c src/sys/dev/amr amr.c src/sys/dev/mly mly.c src/sys/kern subr_taskqueue.c src/sys/sys taskqueue.h Message-ID: <200110261846.f9QIkmV46705@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/10/26 11:46:48 PDT
Modified files:
sys/dev/aac aac.c
sys/dev/acpica/Osd OsdSchedule.c
sys/dev/amr amr.c
sys/dev/mly mly.c
sys/kern subr_taskqueue.c
sys/sys taskqueue.h
Log:
- Change the taskqueue locking to protect the necessary parts of a task
while it is on a queue with the queue lock and remove the per-task locks.
- Remove TASK_DESTROY now that it is no longer needed.
- Go back to inlining TASK_INIT now that it is short again.
Inspired by: dfr
Revision Changes Path
1.29 +0 -3 src/sys/dev/aac/aac.c
1.14 +0 -1 src/sys/dev/acpica/Osd/OsdSchedule.c
1.28 +0 -4 src/sys/dev/amr/amr.c
1.13 +0 -4 src/sys/dev/mly/mly.c
1.10 +7 -36 src/sys/kern/subr_taskqueue.c
1.5 +6 -14 src/sys/sys/taskqueue.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110261846.f9QIkmV46705>
