mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-06-13 19:16:19 -07: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:
@@ -1540,7 +1540,7 @@ DxeCorePerformanceLibConstructor (
|
||||
//
|
||||
Status = gBS->CreateEventEx (
|
||||
EVT_NOTIFY_SIGNAL,
|
||||
TPL_NOTIFY,
|
||||
TPL_CALLBACK,
|
||||
ReportFpdtRecordBuffer,
|
||||
NULL,
|
||||
&gEfiEndOfDxeEventGroupGuid,
|
||||
|
||||
+1
-1
@@ -686,7 +686,7 @@ FirmwarePerformanceDxeEntryPoint (
|
||||
//
|
||||
Status = gBS->CreateEventEx (
|
||||
EVT_NOTIFY_SIGNAL,
|
||||
TPL_NOTIFY,
|
||||
TPL_CALLBACK,
|
||||
FpdtEndOfDxeEventNotify,
|
||||
NULL,
|
||||
&gEfiEndOfDxeEventGroupGuid,
|
||||
|
||||
Reference in New Issue
Block a user