summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/CpuDxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/CpuDxe/CpuDxe.c')
-rw-r--r--UefiCpuPkg/CpuDxe/CpuDxe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.c b/UefiCpuPkg/CpuDxe/CpuDxe.c
index f165e17c59..c9df4e146a 100644
--- a/UefiCpuPkg/CpuDxe/CpuDxe.c
+++ b/UefiCpuPkg/CpuDxe/CpuDxe.c
@@ -13,6 +13,7 @@
**/
#include "CpuDxe.h"
+#include "CpuMp.h"
//
// Global Variables
@@ -897,6 +898,8 @@ InitializeCpu (
);
ASSERT_EFI_ERROR (Status);
+ InitializeMpSupport ();
+
return Status;
}