VirtualBox

Changeset 86984 in vbox


Ignore:
Timestamp:
Nov 26, 2020 11:39:25 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Cleanup.

File:
1 edited

Legend:

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

    r86982 r86984  
    20212021}
    20222022
     2023
    20232024#ifdef IN_RING3
    20242025/**
     
    27922793        }
    27932794
    2794 #ifdef LOG_ENABLED
     2795#ifdef VBOX_STRICT
    27952796        static const char * const s_apszAccess[] = { "none", "read", "write" };
    27962797        Assert(fAccess > 0 && fAccess < RT_ELEMENTS(s_apszAccess));
     
    28602861        }
    28612862
    2862 #ifdef LOG_ENABLED
     2863#ifdef VBOX_STRICT
    28632864        static const char * const s_apszAccess[] = { "none", "read", "write" };
    28642865        Assert(fAccess > 0 && fAccess < RT_ELEMENTS(s_apszAccess));
     
    32643265}
    32653266
    3266 # ifdef IN_RING3
    3267 
     3267
     3268#ifdef IN_RING3
    32683269/**
    32693270 * Processes an IOMMU command.
     
    48194820}
    48204821
    4821 # else  /* !IN_RING3 */
     4822#else
    48224823
    48234824/**
     
    48504851    return VINF_SUCCESS;
    48514852}
    4852 
    4853 # endif /* !IN_RING3 */
     4853#endif
     4854
    48544855
    48554856/**
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