cvs commit: src/sys/i386/include acpica_machdep.h

John Baldwin jhb at FreeBSD.org
Tue Jun 3 07:46:18 PDT 2003


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


More information about the cvs-src mailing list