VirtualBox

Changeset 87829 in vbox


Ignore:
Timestamp:
Feb 22, 2021 4:24:22 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142891
Message:

AMD IOMMU: bugref:9654 Since AVL tree IOTLB cache has been moved to ring-3, drop compiling AVLU64 tree in ring-0 code as nobody else uses it.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r87666 r87829  
    27722772        common/table/avlroogcptr.cpp \
    27732773        common/table/avlu32.cpp \
    2774         common/table/avlu64.cpp \
    27752774        common/table/avlou32.cpp \
    27762775        common/time/timesup.cpp \
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r87792 r87829  
    5454#include <iprt/asm-amd64-x86.h>
    5555#include <iprt/assert.h>
    56 #include <iprt/avl.h>
    5756#include <iprt/crc.h>
    5857#include <iprt/mp.h>
     
    151150struct CLANG11WEIRDNOTHROW { PFNRT pfn; } g_VMMR0Deps[] =
    152151{
    153     { (PFNRT)RTAvlU64Destroy },
    154     { (PFNRT)RTAvlU64DoWithAll },
    155     { (PFNRT)RTAvlU64Get },
    156     { (PFNRT)RTAvlU64Insert },
    157     { (PFNRT)RTAvlU64Remove },
    158152    { (PFNRT)RTCrc32 },
    159153    { (PFNRT)RTOnce },
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r87666 r87829  
    9292    RTAssertMsg2Weak
    9393    RTAssertShouldPanic
    94     RTAvlU64Destroy
    95     RTAvlU64DoWithAll
    96     RTAvlU64Get
    97     RTAvlU64Insert
    98     RTAvlU64Remove
    9994    RTCrc32
    10095    RTOnceSlow
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette