From ee9a9f96f0f071639856345fbff848410d3363eb Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Fri, 1 Jul 2016 14:27:26 +0800 Subject: UefiCpuPkg/CpuMpPei: Remove unnecessary variable Cc: Michael Kinney Cc: Feng Tian Cc: Giri P Mudusuru Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Giri P Mudusuru (cherry picked from commit 30dc4a49b6e303d7a53ff27a8334269cfe3662e9) --- UefiCpuPkg/CpuMpPei/Microcode.c | 3 --- UefiCpuPkg/CpuMpPei/Microcode.h | 1 - 2 files changed, 4 deletions(-) (limited to 'UefiCpuPkg') diff --git a/UefiCpuPkg/CpuMpPei/Microcode.c b/UefiCpuPkg/CpuMpPei/Microcode.c index 51a073789b..f91f658d0a 100644 --- a/UefiCpuPkg/CpuMpPei/Microcode.c +++ b/UefiCpuPkg/CpuMpPei/Microcode.c @@ -209,8 +209,5 @@ MicrocodeDetect ( loaded microcode signature [0x%08x]\n", CurrentRevision, LatestRevision)); ReleaseSpinLock(&PeiCpuMpData->MpLock); } - MicrocodeInfo.Load = TRUE; - } else { - MicrocodeInfo.Load = FALSE; } } diff --git a/UefiCpuPkg/CpuMpPei/Microcode.h b/UefiCpuPkg/CpuMpPei/Microcode.h index f7d23a08fd..965604522a 100644 --- a/UefiCpuPkg/CpuMpPei/Microcode.h +++ b/UefiCpuPkg/CpuMpPei/Microcode.h @@ -25,7 +25,6 @@ typedef struct { VOID *MicrocodeData; UINTN MicrocodeSize; UINT32 ProcessorId; - BOOLEAN Load; } MICROCODE_INFO; // -- cgit v1.2.3