summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.c')
-rw-r--r--UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.c b/UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.c
index 7e65bbf..4f6b513 100644
--- a/UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.c
+++ b/UefiCpuPkg/Library/SmmRelocationLib/SmmRelocationLib.c
@@ -166,9 +166,9 @@ SmmInitHandler (
**/
VOID
SmmRelocateBases (
- IN EDKII_PEI_MP_SERVICES2_PPI *MpServices2,
- IN EFI_PHYSICAL_ADDRESS SmmRelocationStart,
- IN UINTN TileSize
+ IN EFI_PEI_MP_SERVICES2_PPI *MpServices2,
+ IN EFI_PHYSICAL_ADDRESS SmmRelocationStart,
+ IN UINTN TileSize
)
{
EFI_STATUS Status;
@@ -424,7 +424,7 @@ SplitSmramHobForSmmRelocation (
EFI_STATUS
EFIAPI
SmmRelocationInit (
- IN EDKII_PEI_MP_SERVICES2_PPI *MpServices2
+ IN EFI_PEI_MP_SERVICES2_PPI *MpServices2
)
{
EFI_STATUS Status;