X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuMpPei%2FCpuMpPei.h;fp=UefiCpuPkg%2FCpuMpPei%2FCpuMpPei.h;h=6a481a84dcc7dbb20bd35392f5679695bda66827;hp=309478cbe14c1dc36d4c4d2408b359b5cad54dcd;hb=92c19c68cb8f3f5313ff886c664b9286fb50632d;hpb=d7c9de51d249ee101b4d90357a4272b36c831047 diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.h b/UefiCpuPkg/CpuMpPei/CpuMpPei.h index 309478cbe1..6a481a84dc 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.h +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.h @@ -424,7 +424,7 @@ InitializeCpuMpWorker ( ); /** - Enabl/setup stack guard for each processor if PcdCpuStackGuard is set to TRUE. + Enable/setup stack guard for each processor if PcdCpuStackGuard is set to TRUE. Doing this in the memory-discovered callback is to make sure the Stack Guard feature to cover as most PEI code as possible.