IntelSiliconPkg IntelVTdDxe: Signal AcpiNotificationFunc() initially
Signal AcpiNotificationFunc() initially for the case that DMAR table has been installed when creating event. 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>
This commit is contained in:
@ -1005,6 +1005,9 @@ GetDmarAcpiTable (
|
||||
&AcpiTable
|
||||
);
|
||||
}
|
||||
if (EFI_ERROR (Status)) {
|
||||
return EFI_NOT_FOUND;
|
||||
}
|
||||
ASSERT (AcpiTable != NULL);
|
||||
|
||||
mAcpiDmarTable = FindAcpiPtr (
|
||||
|
Reference in New Issue
Block a user