diff --git a/UefiCpuPkg/CpuDxe/CpuMp.c b/UefiCpuPkg/CpuDxe/CpuMp.c index c8189bccac..aa564c1f93 100644 --- a/UefiCpuPkg/CpuDxe/CpuMp.c +++ b/UefiCpuPkg/CpuDxe/CpuMp.c @@ -15,6 +15,19 @@ #include "CpuDxe.h" #include "CpuMp.h" +/** + Application Processor C code entry point. + +**/ +VOID +EFIAPI +ApEntryPointInC ( + VOID + ) +{ +} + + /** Initialize Multi-processor support.