]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/CpuMpPei: Remove unnecessary variable
authorJeff Fan <jeff.fan@intel.com>
Fri, 1 Jul 2016 06:27:26 +0000 (14:27 +0800)
committerJeff Fan <jeff.fan@intel.com>
Wed, 13 Jul 2016 07:42:10 +0000 (15:42 +0800)
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
UefiCpuPkg/CpuMpPei/Microcode.c
UefiCpuPkg/CpuMpPei/Microcode.h

index 82d49d7cb9b15c2679e314a096552fc0cf3eb308..4fe6f2d8db40d2ed91eb6ecacefb3bc5b51e36de 100644 (file)
@@ -209,8 +209,5 @@ MicrocodeDetect (
                 loaded microcode signature [0x%08x]\n", CurrentRevision, LatestRevision));\r
       ReleaseSpinLock(&PeiCpuMpData->MpLock);\r
     }\r
-    MicrocodeInfo.Load = TRUE;\r
-  } else {\r
-    MicrocodeInfo.Load = FALSE;\r
   }\r
 }\r
index f7d23a08fd28d580a6b37537ebd5c68f6c512d97..965604522aee21171c98ce8214f5863ce94611fc 100644 (file)
@@ -25,7 +25,6 @@ typedef struct {
   VOID     *MicrocodeData;\r
   UINTN    MicrocodeSize;\r
   UINT32   ProcessorId;\r
-  BOOLEAN  Load;\r
 } MICROCODE_INFO;\r
 \r
 //\r