mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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:
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue