X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UefiCpuPkg%2FCpuMpPei%2FCpuMpPei.h;h=4c114decb6c66f1e2916a97bb93033400ef2c01f;hb=ed04bffe7517f42f94ec4eebcf9003cd6a9dd6fb;hp=5e56934a27b761fc2a691b25eae127fbb325f9c2;hpb=0199377c0d634218d0e06478ca766b7d891651c5;p=mirror_edk2.git diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.h b/UefiCpuPkg/CpuMpPei/CpuMpPei.h index 5e56934a27..4c114decb6 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.h +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.h @@ -119,6 +119,8 @@ typedef struct { UINTN BufferStart; UINTN PmodeOffset; UINTN NumApsExecuting; + UINTN CodeSegment; + UINTN DataSegment; UINTN LmodeOffset; UINTN Cr3; PEI_CPU_MP_DATA *PeiCpuMpData;