Date: Tue, 3 Jun 2003 07:46:17 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include acpica_machdep.h Message-ID: <200306031446.h53EkH2H081078@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/06/03 07:46:17 PDT
FreeBSD src repository
Modified files:
sys/i386/include acpica_machdep.h
Log:
Fix the asm constraints so that we use the correct constants when acquiring
and releasing ACPI global locks instead of (ab)using the pointers to those
locks as the constants. Also, rather than require that the address of
the lock be stored in a register, use a memory constraint allowing the
memory address to be used directly.
Noticed by: peter
Revision Changes Path
1.2 +6 -8 src/sys/i386/include/acpica_machdep.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306031446.h53EkH2H081078>
