VirtualBox

Changeset 88622 in vbox


Ignore:
Timestamp:
Apr 21, 2021 3:42:46 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143924
Message:

AMD IOMMU: bugref:9654 Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp

    r88621 r88622  
    697697*   Global Variables                                                                                                             *
    698698*********************************************************************************************************************************/
    699 #if defined(IN_RING3) || defined(LOG_ENABLED)
    700 /**
    701  * The IOMMU I/O permission names.
    702  */
    703 static const char * const g_aszPerm[] = { "none", "read", "write", "read+write" };
    704 
     699#ifdef IN_RING3
    705700/**
    706701 * An array of the number of device table segments supported.
     
    708703 */
    709704static uint8_t const g_acDevTabSegs[] = { 0, 2, 4, 8 };
     705#endif
     706
     707#if defined(IN_RING3) || defined(LOG_ENABLED)
     708/**
     709 * The IOMMU I/O permission names.
     710 */
     711static const char * const g_aszPerm[] = { "none", "read", "write", "read+write" };
    710712#endif
    711713
Note: See TracChangeset for help on using the changeset viewer.

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