cvs commit: src/sys/dev/acpica/Osd OsdSynch.c src/sys/i386/include
acpica_machdep.h src/sys/ia64/include acpica_machdep.h
src/sys/amd64/include acpica_machdep.h
Nate Lawson
njl at FreeBSD.org
Wed May 5 13:04:15 PDT 2004
njl 2004/05/05 13:04:14 PDT
FreeBSD src repository
Modified files:
sys/dev/acpica/Osd OsdSynch.c
sys/i386/include acpica_machdep.h
sys/ia64/include acpica_machdep.h
sys/amd64/include acpica_machdep.h
Log:
Add an MI implementation of the ACPI global lock routines and retire the
individual asm versions. The global lock is shared between the BIOS and
OS and thus cannot use our mutexes. It is defined in section 5.2.9.1 of
the ACPI specification.
Reviewed by: marcel, bde, jhb
Revision Changes Path
1.5 +6 -36 src/sys/amd64/include/acpica_machdep.h
1.20 +44 -0 src/sys/dev/acpica/Osd/OsdSynch.c
1.6 +8 -35 src/sys/i386/include/acpica_machdep.h
1.3 +5 -42 src/sys/ia64/include/acpica_machdep.h
More information about the cvs-src
mailing list