VirtualBox

Changeset 10821

Show
Ignore:
Timestamp:
07/23/08 10:03:39 (3 months ago)
Author:
vboxsync
Message:

Backed out 33264 - NT4 installation regression (investigate)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/CPUM.cpp

    r10687 r10821  
    455455     * info too in these leaves (like words about having a constant TSC). 
    456456     */ 
     457#if 0 
     458    /** @todo NT4 installation regression - investigate */ 
    457459    if (pCPUM->aGuestCpuIdStd[0].eax > 5) 
    458460        pCPUM->aGuestCpuIdStd[0].eax = 5; 
     461#else 
     462    if (pCPUM->aGuestCpuIdStd[0].eax > 2) 
     463        pCPUM->aGuestCpuIdStd[0].eax = 2; 
     464#endif 
    459465    for (i = pCPUM->aGuestCpuIdStd[0].eax + 1; i < RT_ELEMENTS(pCPUM->aGuestCpuIdStd); i++) 
    460466        pCPUM->aGuestCpuIdStd[i] = pCPUM->GuestCpuIdDef; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy