Cc: Michael Kinney <[email protected]>
Cc: Feng Tian <[email protected]>
Cc: Giri P Mudusuru <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <[email protected]>
---
 UefiCpuPkg/CpuMpPei/Microcode.c | 3 ---
 UefiCpuPkg/CpuMpPei/Microcode.h | 1 -
 2 files changed, 4 deletions(-)

diff --git a/UefiCpuPkg/CpuMpPei/Microcode.c b/UefiCpuPkg/CpuMpPei/Microcode.c
index 51a0737..f91f658 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 f7d23a0..9656045 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;
 
 //
-- 
2.7.4.windows.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to