|
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 (weingart
cvs.openbsd.org)
Date: Fri Nov 02 2007 - 22:06:21 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: weingart
cvs.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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]