]> git.pld-linux.org Git - packages/acpica.git/blobdiff - big-endian-v2.patch
- updated to 20220331 + current Fedora patch set; acpinames is gone
[packages/acpica.git] / big-endian-v2.patch
diff --git a/big-endian-v2.patch b/big-endian-v2.patch
deleted file mode 100644 (file)
index 90bb67e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Updated versions of upstream often contain fixes that were not seen
-in the original big-endian patch; we try to capture those here.
-
-Signed-off-by: Al Stone <ahs3@redhat.com>
-
-Index: acpica-unix-20191213/source/compiler/asllookup.c
-===================================================================
---- acpica-unix-20191213.orig/source/compiler/asllookup.c
-+++ acpica-unix-20191213/source/compiler/asllookup.c
-@@ -249,7 +249,8 @@ LkIsObjectUsed (
-      * ACPI names and are typically not referenced since they are meant
-      * to be called by the host OS.
-      */
--    if (Node->Name.Ascii[0] == '_')
-+    ACPI_MOVE_32_TO_32(&tmp.Ascii, Node->Name.Ascii);
-+    if (tmp.Ascii[0] == '_')
-     {
-         return (AE_OK);
-     }
This page took 0.071909 seconds and 4 git commands to generate.