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

482972
Re-enable use of these tools on big-endian machines.
482972
482972
Al Stone <ahs3@redhat.com>
482972
305057
diff --git a/source/compiler/aslmain.c b/source/compiler/aslmain.c
305057
index 447b8cb..d8ada2c 100644
305057
--- a/source/compiler/aslmain.c
305057
+++ b/source/compiler/aslmain.c
305057
@@ -336,18 +336,6 @@ main (
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