diff options
-rw-r--r-- | UefiCpuPkg/CpuDxe/CpuMp.c | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ -16,6 +16,19 @@ #include "CpuMp.h"
/**
+ Application Processor C code entry point.
+
+**/
+VOID
+EFIAPI
+ApEntryPointInC (
+ VOID
+ )
+{
+}
+
+
+/**
Initialize Multi-processor support.
**/
|