VirtualBox

Changeset 30149 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 10, 2010 12:20:22 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62564
Message:

Added note

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher.cpp

    r30148 r30149  
    534534            {
    535535                uint32_t u32OrMask = MSR_K6_EFER_LME | MSR_K6_EFER_SCE;
     536                /** note: we don't care if cpuid 0x8000001 isn't supported as that implies long mode isn't either, so this switcher would never be used. */
    536537                if (!!(ASMCpuId_EDX(0x80000001) & X86_CPUID_AMD_FEATURE_EDX_NX))
    537538                    u32OrMask |= MSR_K6_EFER_NXE;
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