VirtualBox

Changeset 53477 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 8, 2014 11:22:27 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97208
Message:

HostDrivers/Support: nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r53476 r53477  
    4646#include <iprt/spinlock.h>
    4747#include <iprt/thread.h>
    48 #include <iprt/uint128.h>
    4948#include <iprt/uuid.h>
    5049#include <iprt/net.h>
     
    5655# include <iprt/path.h>
    5756#endif
    58 /*#include <iprt/uint128.h> - probably needs exporting. */
     57#include <iprt/uint128.h>
    5958#include <iprt/x86.h>
    6059
     
    39413940 *
    39423941 * The idea is that more interrupts is better for us... Also, it's better than
    3943  * we increase the timer frequence, because we might end up getting inaccuract
     3942 * we increase the timer frequence, because we might end up getting inaccurate
    39443943 * callbacks if someone else does it.
    39453944 *
     
    61796178        pGip->u64CpuHz = CpuHz.s.Lo;
    61806179#else
     6180        /** @todo remove later */
    61816181        /* Try not to lose precision, the larger the interval the more likely we overflow. */
    61826182        if (   u64DeltaTsc < UINT64_MAX / RT_NS_100MS
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette