bb289f9b7c
* acpi: bgrt: update according to acpi 6.1 errata * acpi: method: update _PSD and _TSD tests according to ACPI 6.1 errata * acpi: rsdp: revision 1 must have length 20 according to ACPI 6.1 errata * acpi: method: Add _CPC revision 3 according to ACPI 6.2 * acpi: hest: add new type 11 introduced in ACPI 6.2 * acpi: srat: add new type 4 according to ACPI 6.2 * acpi: method: update _GCP according to ACPI 6.2 * acpi: hest: add notification type 11 according to ACPI 6.2 * acpi: fadt: update minor version to 2 for ACPI 6.2 * acpi: hest: add checks for GHES_ASSIST flag value in ACPI 6.2 * acpi: wsmt: add wsmt test according to ACPI 6.2 * ACPICA: Update to version 20170629 * acpi: tpm2: Add additional start method values * acpi: iort: Add PMCG support OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=58
14 lines
576 B
Diff
14 lines
576 B
Diff
Index: fwts-17.07.00/src/acpica/source/compiler/aslutils.c
|
|
===================================================================
|
|
--- fwts-17.07.00.orig/src/acpica/source/compiler/aslutils.c
|
|
+++ fwts-17.07.00/src/acpica/source/compiler/aslutils.c
|
|
@@ -490,7 +490,7 @@ UtDisplaySummary (
|
|
/* Compiler name and version number */
|
|
|
|
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
|
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
|
|
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
|
|
}
|
|
|
|
/* Summary of main input and output files */
|