Changeset 87715 in vbox for trunk/src/VBox
- Timestamp:
- Feb 11, 2021 7:17:35 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142759
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r87714 r87715 174 174 # define IOMMU_UNLOCK(a_pDevIns, a_pThisCC) (a_pThisCC)->CTX_SUFF(pIommuHlp)->pfnUnlock((a_pDevIns)) 175 175 176 /** Asserts that the lock is owned by this thread. */177 #define IOMMU_ASSERT_LOCKED(a_pDevIns) do { } while (0)178 179 /** Asserts that the lock isn't owned by this thread. */180 #define IOMMU_ASSERT_NOT_LOCKED(a_pDevIns) do { } while (0)181 182 176 183 177 /********************************************************************************************************************************* … … 2548 2542 static void iommuAmdHwErrorSet(PPDMDEVINS pDevIns, PCEVT_GENERIC_T pEvent) 2549 2543 { 2550 IOMMU_ASSERT_LOCKED(pDevIns);2551 2552 2544 PIOMMU pThis = PDMDEVINS_2_DATA(pDevIns, PIOMMU); 2553 2545 if (pThis->ExtFeat.n.u1HwErrorSup)
Note:
See TracChangeset
for help on using the changeset viewer.