Skip to content

Commit 76ae914

Browse files
committed
UefiCpuPkg: MpDxe: Align with CpuDxe
This commit updates MpDxe to follow CpuDxe's new behavior and always initialize the MP Exception Stacks. Signed-off-by: Oliver Smith-Denny <[email protected]>
1 parent e9c31a7 commit 76ae914

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

UefiCpuPkg/MpDxe/MpDxe.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -815,12 +815,7 @@ InitializeMpExceptionHandlers (
815815
//
816816
// Setup stack switch for Stack Guard feature.
817817
//
818-
// MU_CHANGE START Update to use memory protection settings HOB
819-
// if (PcdGetBool (PcdCpuStackGuard)) {
820-
if (gDxeMps.CpuStackGuard) {
821-
// MU_CHANGE END
822-
InitializeMpExceptionStackSwitchHandlers ();
823-
}
818+
InitializeMpExceptionStackSwitchHandlers ();
824819
}
825820

826821
/**

0 commit comments

Comments
 (0)