482972
Re-enable use of these tools on big-endian machines.
482972
482972
Al Stone <ahs3@redhat.com>
482972
482972
diff -Naur acpica-unix2-20140424/source/compiler/aslmain.c acpica-unix2-20140424-patch/source/compiler/aslmain.c
482972
--- acpica-unix2-20140424/source/compiler/aslmain.c	2014-04-24 09:48:59.000000000 -0600
482972
+++ acpica-unix2-20140424-patch/source/compiler/aslmain.c	2014-05-22 12:55:47.634904320 -0600
482972
@@ -331,18 +331,6 @@
482972
     int                     ReturnStatus = 0;
482972
 
482972
 
482972
-    /*
482972
-     * Big-endian machines are not currently supported. ACPI tables must
482972
-     * be little-endian, and support for big-endian machines needs to
482972
-     * be implemented.
482972
-     */
482972
-    if (AcpiIsBigEndianMachine ())
482972
-    {
482972
-        fprintf (stderr,
482972
-            "iASL is not currently supported on big-endian machines.\n");
482972
-        return (-1);
482972
-    }
482972
-
482972
     AcpiOsInitialize ();
482972
     ACPI_DEBUG_INITIALIZE (); /* For debug version only */
482972