IntelSiliconPkg IntelVTdDxe: Use TPL to protect list/engine operation
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
(cherry picked from commit 3a71670618
)
This commit is contained in:
@@ -478,7 +478,7 @@ InitializeDmaProtection (
|
||||
|
||||
Status = gBS->CreateEventEx (
|
||||
EVT_NOTIFY_SIGNAL,
|
||||
TPL_CALLBACK,
|
||||
VTD_TPL_LEVEL,
|
||||
AcpiNotificationFunc,
|
||||
NULL,
|
||||
&gEfiAcpi10TableGuid,
|
||||
@@ -488,7 +488,7 @@ InitializeDmaProtection (
|
||||
|
||||
Status = gBS->CreateEventEx (
|
||||
EVT_NOTIFY_SIGNAL,
|
||||
TPL_CALLBACK,
|
||||
VTD_TPL_LEVEL,
|
||||
AcpiNotificationFunc,
|
||||
NULL,
|
||||
&gEfiAcpi20TableGuid,
|
||||
|
Reference in New Issue
Block a user