Blame SOURCES/re-enable-big-endian.patch

025571
Re-enable use of these tools on big-endian machines.
025571
025571
Al Stone <ahs3@redhat.com>
025571
025571
diff --git a/source/compiler/aslmain.c b/source/compiler/aslmain.c
025571
index 064e790..c4cd451 100644
025571
--- a/source/compiler/aslmain.c
025571
+++ b/source/compiler/aslmain.c
025571
@@ -318,18 +318,6 @@ main (
025571
     int                     ReturnStatus = 0;
025571
 
025571
 
025571
-    /*
025571
-     * Big-endian machines are not currently supported. ACPI tables must
025571
-     * be little-endian, and support for big-endian machines needs to
025571
-     * be implemented.
025571
-     */
025571
-    if (UtIsBigEndianMachine ())
025571
-    {
025571
-        fprintf (stderr,
025571
-            "iASL is not currently supported on big-endian machines.\n");
025571
-        return (-1);
025571
-    }
025571
-
025571
     AcpiOsInitialize ();
025571
     ACPI_DEBUG_INITIALIZE (); /* For debug version only */
025571