VirtualBox

Changeset 22224 in vbox


Ignore:
Timestamp:
Aug 13, 2009 8:48:56 AM (15 years ago)
Author:
vboxsync
Message:

Backed out 51023/24/25.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r22221 r22224  
    128128     */
    129129    volatile uint32_t   au32TSCHistory[8];
    130     /** The interval between the last two NanoTS updates. (experiment for now) */
    131     volatile uint32_t   u32UpdateIntervalNS;
    132130    /** Reserved for future per processor data. */
    133     volatile uint32_t   au32Reserved[5];
     131    volatile uint32_t   au32Reserved[6];
    134132} SUPGIPCPU;
    135133AssertCompileSize(SUPGIPCPU, 96);
  • trunk/include/VBox/sup.mac

    r22223 r22224  
    4242    .iTSCHistoryHead        resd 1
    4343    .au32TSCHistory         resd 8
    44     .u32UpdateIntervalNS    resd 1
    45     .au32Reserved           resd 5
     44    .au32Reserved           resd 6
    4645endstruc
    4746
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r22222 r22224  
    52885288    uint64_t    u64CpuHz;
    52895289
    5290     /* Delta between this and the previous update. */
    5291     pGipCpu->u32UpdateIntervalNS = (uint32_t)(u64NanoTS - pGipCpu->u64NanoTS);
    5292 
    52935290    /*
    52945291     * Update the NanoTS.
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