]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/MpInitLib/Microcode.c
MdePkg: Add header file for Firmware Interface Table specification.
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib / Microcode.c
index a9d06dd4099a81b1f0e557cec1cacab884c6e8b5..8f4d4da40c76f5b1beab32af3c47e9389ea22585 100644 (file)
@@ -105,12 +105,6 @@ MicrocodeDetect (
 \r
   CurrentRevision = GetCurrentMicrocodeSignature ();\r
   IsBspCallIn     = (ProcessorNumber == (UINTN)CpuMpData->BspNumber) ? TRUE : FALSE;\r
-  if (CurrentRevision != 0 && !IsBspCallIn) {\r
-    //\r
-    // Skip loading microcode if it has been loaded successfully\r
-    //\r
-    return;\r
-  }\r
 \r
   GetProcessorLocationByApicId (GetInitialApicId (), NULL, NULL, &ThreadId);\r
   if (ThreadId != 0) {\r