cvs commit: src/sys/dev/acpica acpivar.h
Nate Lawson
njl at FreeBSD.org
Thu Aug 12 23:21:20 PDT 2004
njl 2004-08-13 06:21:19 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpivar.h
Log:
MPSAFE locking
* Add and comment our locking primitives. The mutex primitives use a
a static mutex and the serialization ones use a static sx lock. A global
acpi_mutex is used for access to global resources (i.e., writes to the
SMI_CMD register.)
* Remove 4.x compat defines.
Revision Changes Path
1.79 +33 -28 src/sys/dev/acpica/acpivar.h
More information about the cvs-src
mailing list