mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-02 17:34:27 +00:00
HV: remove unused function disable_iommu
Change-Id: Ia2347008082991d56cdbfab9f9940cfccc473702 Tracked-On: #3123 Signed-off-by: yliu79 <ying2.liu@intel.com> Reviewed-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
9b7dee90a6
commit
83012a5a0a
@@ -1301,11 +1301,6 @@ void enable_iommu(void)
|
||||
do_action_for_iommus(dmar_enable);
|
||||
}
|
||||
|
||||
void disable_iommu(void)
|
||||
{
|
||||
do_action_for_iommus(dmar_disable);
|
||||
}
|
||||
|
||||
void suspend_iommu(void)
|
||||
{
|
||||
do_action_for_iommus(dmar_suspend);
|
||||
|
Reference in New Issue
Block a user