7d2a7f8daf
Signed-off-by: Al Stone <ahs3@redhat.com>
33 lines
958 B
Diff
33 lines
958 B
Diff
Re-enable use of these tools on big-endian machines.
|
|
|
|
From: Al Stone <ahs3@redhat.com>
|
|
|
|
Al Stone <ahs3@redhat.com>
|
|
---
|
|
source/compiler/aslmain.c | 12 ------------
|
|
1 file changed, 12 deletions(-)
|
|
|
|
Index: acpica-unix2-20160318/source/compiler/aslmain.c
|
|
===================================================================
|
|
--- acpica-unix2-20160318.orig/source/compiler/aslmain.c
|
|
+++ acpica-unix2-20160318/source/compiler/aslmain.c
|
|
@@ -318,18 +318,6 @@ main (
|
|
int ReturnStatus = 0;
|
|
|
|
|
|
- /*
|
|
- * Big-endian machines are not currently supported. ACPI tables must
|
|
- * be little-endian, and support for big-endian machines needs to
|
|
- * be implemented.
|
|
- */
|
|
- if (UtIsBigEndianMachine ())
|
|
- {
|
|
- fprintf (stderr,
|
|
- "iASL is not currently supported on big-endian machines.\n");
|
|
- return (-1);
|
|
- }
|
|
-
|
|
AcpiOsInitialize ();
|
|
ACPI_DEBUG_INITIALIZE (); /* For debug version only */
|
|
|