Refresh the patches as needed.

Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
Al Stone 2015-08-04 16:47:46 -06:00
parent 9f40bcd098
commit e1a23ef697
2 changed files with 5 additions and 5 deletions

View File

@ -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).
*/

View File

@ -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)
{