CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2012/11/27 10:38:46
Modified files: sys/arch/amd64/amd64: acpi_machdep.c sys/arch/i386/i386: acpi_machdep.c sys/dev/acpi : acpivar.h Log message: Add acpi_{acquire,release}_glk locking functions. These functions represent the basic blocks for using the ACPI global lock that provides mutual exclusion between the OSPM and the BIOS. No functional change. Okay kettenis@, deraadt@.