From 09a699481b726f6f71f1dfe752f843bb0ca3c78e Mon Sep 17 00:00:00 2001 From: jkim Date: Tue, 27 Mar 2012 15:15:30 +0000 Subject: MFV: r233550 Temporarily revert an upstream commit. This change caused regressions for too many laptop users. Especially, automatic repair for broken _BIF caused strange reference counting issues and kernal panics. This reverts: https://github.com/otcshare/acpica/commit/c995fed15ab41f6feae1299876271ea330f5c1c5 --- sys/contrib/dev/acpica/include/aclocal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/contrib/dev/acpica/include/aclocal.h') diff --git a/sys/contrib/dev/acpica/include/aclocal.h b/sys/contrib/dev/acpica/include/aclocal.h index 30c648d..d29a721 100644 --- a/sys/contrib/dev/acpica/include/aclocal.h +++ b/sys/contrib/dev/acpica/include/aclocal.h @@ -424,7 +424,6 @@ typedef struct acpi_predefined_data /* Defines for Flags field above */ #define ACPI_OBJECT_REPAIRED 1 -#define ACPI_OBJECT_WRAPPED 2 /* -- cgit v1.1