[PATCH] lib: acpi: Remove gsiv field of fwts_acpi_table_gtdt_block_timer

Jeffrey Hugo jhugo at codeaurora.org
Fri Oct 14 17:58:59 UTC 2016


The gsiv field never appears in any ACPI spec from v5.0 to v6.1.  This
errant field causes issues with the gtdt test checking the common_flags
field as the value pulled from the table will be incorrect and may cause
false failures.

Signed-off-by: Jeffrey Hugo <jhugo at codeaurora.org>
---
 src/lib/include/fwts_acpi.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
index 8df4cec..ceb472d 100644
--- a/src/lib/include/fwts_acpi.h
+++ b/src/lib/include/fwts_acpi.h
@@ -987,7 +987,6 @@ typedef struct {
 	uint8_t		reserved[3];		/* 0 */
 	uint64_t	cntbase;
 	uint64_t	cntel0base;
-	uint32_t	gsiv;
 	uint32_t	phys_timer_gsiv;
 	uint32_t	phys_timer_flags;
 	uint32_t	virt_timer_gsiv;
-- 
Qualcomm Datacenter Technologies as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.




More information about the fwts-devel mailing list