Date: Wed, 5 May 2004 13:04:14 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200405052004.i45K4EnF029671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405052004.i45K4EnF029671>