Remove a nasty hack that slipped in during the ACPICA update that should

never have made it in-tree. How ACPI has ever worked since 4.99.42 is
beyond me.
This commit is contained in:
jmcneill 2008-04-11 02:27:57 +00:00
parent 18685458ac
commit b66550c825
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acpi_func.h,v 1.7 2007/12/09 20:27:47 jmcneill Exp $ */
/* $NetBSD: acpi_func.h,v 1.8 2008/04/11 02:27:57 jmcneill Exp $ */
#include <machine/cpufunc.h>
@ -24,7 +24,6 @@ do { \
: "=&a" (Acq), "+m" (*GLptr) \
: "i" (~1L) \
: "edx"); \
(Acq) = -1; \
} while (0)
#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Acq) \