mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
get_dmar_info API is called from multiple functions in vtd.c. This patch calls get_dmar_info once during init and uses the cached info during runtime. Tracked-On: #2657 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>