Skip to content

Commit

Permalink
Tcg2Dxe ExitBootServicesFailed handler TPL change to CALLBACK
Browse files Browse the repository at this point in the history
Merged PR 2188: Tcg2Dxe ExitBootServicesFailed handler TPL change to CALLBACK

Tcg2Dxe ExitBootServicesFailed handler TPL change to CALLBACK

(cherry picked from commit c88e74cae5db1f09a7276d10cab02d12004e3666)
  • Loading branch information
dmitryantipov authored and kenlautner committed Dec 18, 2023
1 parent 1620157 commit cf29f34
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 @@ -2847,7 +2847,7 @@ DriverEntry (

Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK, // MU_CHANGE, BZ 2590
OnExitBootServices,
NULL,
&gEfiEventExitBootServicesGuid,
Expand All @@ -2859,7 +2859,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 cf29f34

Please sign in to comment.