Skip to content

Commit

Permalink
SecurityPkg: Tcg2Dxe ExitBootServicesFailed handler TPL change to CAL…
Browse files Browse the repository at this point in the history
…LBACK

Tcg2Dxe ExitBootServicesFailed handler TPL change to CALLBACK.

Signed-off-by: Dmitry Antipov <[email protected]>

cherry-pick from cf29f34
  • Loading branch information
dmitryantipov authored and cfernald committed Jul 23, 2024
1 parent 58a8d02 commit 21cdd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ DriverEntry (

Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK, // MU_CHANGE, BZ 2590
OnExitBootServices,
NULL,
&gEfiEventExitBootServicesGuid,
Expand All @@ -2924,7 +2924,7 @@ DriverEntry (
//
Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK, // MU_CHANGE, BZ 2590
OnExitBootServicesFailed,
NULL,
&gEventExitBootServicesFailedGuid,
Expand Down

0 comments on commit 21cdd73

Please sign in to comment.