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:
parent
18685458ac
commit
b66550c825
|
@ -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>
|
#include <machine/cpufunc.h>
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@ do { \
|
||||||
: "=&a" (Acq), "+m" (*GLptr) \
|
: "=&a" (Acq), "+m" (*GLptr) \
|
||||||
: "i" (~1L) \
|
: "i" (~1L) \
|
||||||
: "edx"); \
|
: "edx"); \
|
||||||
(Acq) = -1; \
|
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Acq) \
|
#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Acq) \
|
||||||
|
|
Loading…
Reference in New Issue