OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Tobias Weingartner (weingartcvs.openbsd.org)
Date: Fri Nov 02 2007 - 22:06:21 CDT


CVSROOT: /cvs
Module name: src
Changes by: weingartcvs.openbsd.org 2007/11/02 21:06:21

Modified files:
        sys/arch/i386/i386: locore.s

Log message:
Add acpi_acquire_global_lock() and acpi_release_global_lock() in MD locore.s
because it is easier to write these here in asm than it is to put them inline
with gcc's __asm() construct. Also, chances are amd64's versions will need
to be written in a different manner.

Basically yanked from ACPI spec V3, section 5.2.10.1.

Ok canacar, beck, gwk