MdeModulePkg: Change EndofDxeEvent TPLs to TPL_CALLBACK

Change FPDT events at EndOfDxe to TPL_CALLBACK as TPL_NOTIFY is not
necessary.

Signed-off-by: Sherry Fan <sherryfan@microsoft.com>
This commit is contained in:
Sherry Fan 2026-01-16 18:20:40 -08:00 committed by mergify[bot]
parent 03e7c8c44f
commit aa02571f36
2 changed files with 2 additions and 2 deletions

View file

@ -1540,7 +1540,7 @@ DxeCorePerformanceLibConstructor (
//
Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK,
ReportFpdtRecordBuffer,
NULL,
&gEfiEndOfDxeEventGroupGuid,

View file

@ -686,7 +686,7 @@ FirmwarePerformanceDxeEntryPoint (
//
Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK,
FpdtEndOfDxeEventNotify,
NULL,
&gEfiEndOfDxeEventGroupGuid,