diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-03-27 15:02:20 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-03-27 15:02:20 +0000 |
commit | 89747a66c53366a232361dc21ec93a1813a29595 (patch) | |
tree | 15586f627e3725dfe33c1f8605769c8d66d966af /source/include | |
parent | b81dc021b3e3311e46f9e81de4f09855536e8147 (diff) | |
download | src-89747a66c53366a232361dc21ec93a1813a29595.tar.gz src-89747a66c53366a232361dc21ec93a1813a29595.zip |
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
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=233550
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/aclocal.h | 1 | ||||
-rw-r--r-- | source/include/acnamesp.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/source/include/aclocal.h b/source/include/aclocal.h index 30c648dcdbab..d29a72157639 100644 --- a/source/include/aclocal.h +++ b/source/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 /* diff --git a/source/include/acnamesp.h b/source/include/acnamesp.h index 4a91108eae42..5e22cb538895 100644 --- a/source/include/acnamesp.h +++ b/source/include/acnamesp.h @@ -368,9 +368,8 @@ AcpiNsRepairObject ( ACPI_OPERAND_OBJECT **ReturnObjectPtr); ACPI_STATUS -AcpiNsWrapWithPackage ( +AcpiNsRepairPackageList ( ACPI_PREDEFINED_DATA *Data, - ACPI_OPERAND_OBJECT *OriginalObject, ACPI_OPERAND_OBJECT **ObjDescPtr); ACPI_STATUS |