50 lines
17 KiB
Diff
50 lines
17 KiB
Diff
|
Re-enable use of these tools on big-endian machines.
|
|||
|
|
|||
|
Al Stone <ahs3@redhat.com>
|
|||
|
|
|||
|
diff -Naur acpica-unix2-20140424/source/compiler/aslmain.c acpica-unix2-20140424-patch/source/compiler/aslmain.c
|
|||
|
--- acpica-unix2-20140424/source/compiler/aslmain.c 2014-04-24 09:48:59.000000000 -0600
|
|||
|
+++ acpica-unix2-20140424-patch/source/compiler/aslmain.c 2014-05-22 12:55:47.634904320 -0600
|
|||
|
@@ -329,18 +329,6 @@
|
|||
|
int Index2;
|
|||
|
|
|||
|
|
|||
|
- /*
|
|||
|
- * Big-endian machines are not currently supported. ACPI tables must
|
|||
|
- * be little-endian, and support for big-endian machines needs to
|
|||
|
- * be implemented.
|
|||
|
- */
|
|||
|
- if (AcpiIsBigEndianMachine ())
|
|||
|
- {
|
|||
|
- fprintf (stderr,
|
|||
|
- "iASL is not currently supported on big-endian machines.\n");
|
|||
|
- return (-1);
|
|||
|
- }
|
|||
|
-
|
|||
|
ACPI_DEBUG_INITIALIZE (); /* For debug version only */
|
|||
|
|
|||
|
/* Initialize preprocessor and compiler before command line processing */
|
|||
|
diff -Naur acpica-unix2-20140424/source/compiler/.aslmain.c.swp acpica-unix2-20140424-patch/source/compiler/.aslmain.c.swp
|
|||
|
--- acpica-unix2-20140424/source/compiler/.aslmain.c.swp 1969-12-31 17:00:00.000000000 -0700
|
|||
|
+++ acpica-unix2-20140424-patch/source/compiler/.aslmain.c.swp 2014-05-22 12:54:12.502798042 -0600
|
|||
|
@@ -0,0 +1,18 @@
|
|||
|
+b0VIM 7.4 |