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-03-17 02:38:07 +00:00
committed by mergify[bot]
parent 03e7c8c44f
commit aa02571f36
2 changed files with 2 additions and 2 deletions
@@ -1540,7 +1540,7 @@ DxeCorePerformanceLibConstructor (
//
Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK,
ReportFpdtRecordBuffer,
NULL,
&gEfiEndOfDxeEventGroupGuid,
@@ -686,7 +686,7 @@ FirmwarePerformanceDxeEntryPoint (
//
Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK,
FpdtEndOfDxeEventNotify,
NULL,
&gEfiEndOfDxeEventGroupGuid,