cvs commit: src/sys/dev/acpica acpi_ec.c

Nate Lawson njl at FreeBSD.org
Thu Aug 12 23:21:56 PDT 2004


njl         2004-08-13 06:21:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_ec.c 
  Log:
  MPSAFE locking
  
  * Use the common serialization macros instead of rolling our own.
  * Increase the coverage of the lock in EcSpaceHandler() to cover the entire
    loop to avoid dropping the lock when reading more than one byte.
  
  Revision  Changes    Path
  1.59      +19 -21    src/sys/dev/acpica/acpi_ec.c


More information about the cvs-all mailing list