mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-07 04:50:55 +00:00
- remove the following unnecessary spinlock wrappers #define IOMMU_LOCK(u) spinlock_obtain(&((u)->lock)) #define IOMMU_UNLOCK(u) spinlock_release(&((u)->lock)) - remove the unnecessary comments in vpic.c Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>