VirtualBox

Changeset 26648 in vbox for trunk/src


Ignore:
Timestamp:
Feb 19, 2010 1:10:03 PM (15 years ago)
Author:
vboxsync
Message:

CPUM: wrong sharing info on level 2 cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r26635 r26648  
    10791079    *pEdx = pCpuId->edx;
    10801080
    1081     if (    iLeaf == 1
    1082         &&  pVM->cCpus > 1)
     1081    if (    iLeaf == 1)
    10831082    {
    10841083        /* Bits 31-24: Initial APIC ID */
     
    11231122                level = 2;
    11241123                type = 3;
    1125                 sharing = 2;
     1124                sharing = 1;
    11261125                linesize = 64;
    11271126                associativity = 24;
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