VirtualBox

Changeset 42464 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 31, 2012 6:00:07 AM (12 years ago)
Author:
vboxsync
Message:

VMM/CPUMR0: Enable LAPIC mappings for VIA Cpus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r42024 r42464  
    690690           ||  (   u32EBX == X86_CPUID_VENDOR_AMD_EBX
    691691                && u32ECX == X86_CPUID_VENDOR_AMD_ECX
    692                 && u32EDX == X86_CPUID_VENDOR_AMD_EDX))
     692                && u32EDX == X86_CPUID_VENDOR_AMD_EDX)
     693           ||  (   u32EBX == X86_CPUID_VENDOR_VIA_EBX
     694                && u32ECX == X86_CPUID_VENDOR_VIA_ECX
     695                && u32EDX == X86_CPUID_VENDOR_VIA_EDX))
    693696        && u32MaxIdx >= 1)
    694697    {
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