Date: Fri, 13 Aug 2004 06:21:53 +0000 (UTC) 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 acpi_ec.c Message-ID: <200408130621.i7D6LriG070990@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408130621.i7D6LriG070990>