42d5aff159
* Update ACPICA to version 20150717 * SMBios 3.0.0 tests supported * new features: + acpi: method: add _CR3 test + acpi: method: add _MTL test + acpi: method: add _RST test + acpi: method: add _PRR test + data: klog.json: sync with latest 4.2 kernel messages (LP: #1493039) + lib: smbios: add smbios version 3.0.0 entry find helper + dmicheck: add test for smbios 3.0.0 entry point + dmicheck: add error test for SMBIOS 3.0.0 table + dmicheck: sync the dmi value test with smbios 3.0.0 spec * fixed bugs: + acpi: fadt: merge tests for reset register + cpu: cpufreq: reduce scope of variables + acpi: gpedump: clarify precedence for & and ? + lib: fwts_cpu: reduce scope on variables + ACPICA: Update to version 20150717 (LP: #1486253) + lib: fwts_log: re-work to clean up va_arg scoping + uefi: uefirtvariable: clean up cppcheck style warning + acpi: rsdp: make OEM ID test less strict + fix some spelling mistakes in code and sync fwts-tests accordingly + cpu: maxfreq: check for unlikely event that no CPUs in cpu list + acpi: crsdump: fix incorrect use of string size in string copies + lib: fwts_acpi_tables: add checking for empty table parsing OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=17
17 lines
664 B
Diff
17 lines
664 B
Diff
Index: fwts-15.09.00/src/acpica/source/compiler/aslutils.c
|
|
===================================================================
|
|
--- fwts-15.09.00.orig/src/acpica/source/compiler/aslutils.c
|
|
+++ fwts-15.09.00/src/acpica/source/compiler/aslutils.c
|
|
@@ -485,8 +485,9 @@ UtDisplaySummary (
|
|
{
|
|
/* Compiler name and version number */
|
|
|
|
- FlPrintFile (FileId, "%s version %X%s [%s]\n\n",
|
|
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH, __DATE__);
|
|
+ FlPrintFile (FileId, "%s version %X%s\n\n",
|
|
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH);
|
|
+
|
|
}
|
|
|
|
/* Summary of main input and output files */
|