VirtualBox

Changeset 2469 in vbox


Ignore:
Timestamp:
May 3, 2007 4:44:10 PM (18 years ago)
Author:
vboxsync
Message:

Dropping the VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs, making it default.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile

    r2455 r2469  
    4040DEFS += VBOX_WITH_INTERNAL_NETWORKING
    4141endif
    42 ## temp hack.
    43 #ifeq ($(USERNAME),bird)
    44  DEFS += VBOX_WITH_VIRTUAL_SYNC_TIMERS
    45 #endif
    4642
    4743
  • trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp

    r2455 r2469  
    4242DECLINLINE(uint64_t) tmCpuTickGetRawVirtual(PVM pVM, bool fCheckTimers)
    4343{
    44 #ifdef VBOX_WITH_VIRTUAL_SYNC_TIMERS
    4544    uint64_t u64 = TMVirtualSyncGet(pVM/** @todo fCheckTimers */);
    46 #else
    47     uint64_t u64 = TMVirtualGetEx(pVM, fCheckTimers);
    48 #endif
    4945    if (u64 != TMCLOCK_FREQ_VIRTUAL)
    5046        u64 = ASMMultU64ByU32DivByU32(u64, pVM->tm.s.cTSCTicksPerSecond, TMCLOCK_FREQ_VIRTUAL);
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