From e1a23ef69786ec24b3dd10d2ac241a0f5e70e670 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Aug 04 2015 22:47:46 +0000 Subject: Refresh the patches as needed. Signed-off-by: Al Stone --- diff --git a/asllookup-miscompare.patch b/asllookup-miscompare.patch index 723e958..422aa73 100644 --- a/asllookup-miscompare.patch +++ b/asllookup-miscompare.patch @@ -7,10 +7,10 @@ Index: src/source/compiler/asllookup.c ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle); ACPI_NAMESPACE_NODE *Next; + ACPI_NAME_UNION tmp; - - - /* Referenced flag is set during the namespace xref */ -@@ -162,8 +163,9 @@ LkIsObjectUsed ( + ASL_METHOD_LOCAL *MethodLocals; + ASL_METHOD_LOCAL *MethodArgs; + UINT32 i; +@@ -227,8 +228,9 @@ LkIsObjectUsed ( * Issue a remark even if it is a reserved name (starts * with an underscore). */ diff --git a/int-format.patch b/int-format.patch index e55a4fa..56f0b8f 100644 --- a/int-format.patch +++ b/int-format.patch @@ -2,7 +2,7 @@ Index: src/source/compiler/aslcompile.c =================================================================== --- src.orig/source/compiler/aslcompile.c +++ src/source/compiler/aslcompile.c -@@ -692,7 +692,7 @@ CmCleanupAndExit ( +@@ -696,7 +696,7 @@ CmCleanupAndExit ( if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT) {