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