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:
Star Zeng
2018-01-03 14:00:03 +08:00
parent c5fcec8c3f
commit dcd39e09ff
2 changed files with 15 additions and 4 deletions

View File

@ -1005,6 +1005,9 @@ GetDmarAcpiTable (
&AcpiTable
);
}
if (EFI_ERROR (Status)) {
return EFI_NOT_FOUND;
}
ASSERT (AcpiTable != NULL);
mAcpiDmarTable = FindAcpiPtr (