From 0db6171fb5a63e8d58ee7cfdecf36f5c57ce9315 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 1 May 2018 18:28:08 +0200 Subject: Silicon/AMD/Styx/AcpiTables: fix wrongly copy/pasted variable name Rename the variable holding the Styx PPTT table to mStyxPpttTable. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Silicon/AMD/Styx/AcpiTables/Pptt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Silicon/AMD/Styx/AcpiTables/Pptt.c b/Silicon/AMD/Styx/AcpiTables/Pptt.c index d9d7c494d8..1746bbe8b5 100644 --- a/Silicon/AMD/Styx/AcpiTables/Pptt.c +++ b/Silicon/AMD/Styx/AcpiTables/Pptt.c @@ -156,7 +156,7 @@ typedef struct { } \ } -STATIC STYX_PPTT_TABLE mSynQuacerPpttTable = { +STATIC STYX_PPTT_TABLE mStyxPpttTable = { { AMD_ACPI_HEADER(EFI_ACPI_6_2_PROCESSOR_PROPERTIES_TOPOLOGY_TABLE_STRUCTURE_SIGNATURE, STYX_PPTT_TABLE, @@ -221,5 +221,5 @@ PpttHeader ( VOID ) { - return (EFI_ACPI_DESCRIPTION_HEADER *)&mSynQuacerPpttTable.Pptt.Header; + return (EFI_ACPI_DESCRIPTION_HEADER *)&mStyxPpttTable.Pptt.Header; } -- cgit v1.2.3