VirtualBox

Ignore:
Timestamp:
May 13, 2008 3:54:29 PM (17 years ago)
Author:
vboxsync
Message:

Wrong position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r8789 r8792  
    128128            memset(pDevExt, 0, sizeof(*pDevExt));
    129129
    130             /* Make sure the tsc is consistent across cpus/cores. */
    131             pDevExt->fForceAsyncTsc = supdrvDetermineAsyncTsc(&u64DiffCores);
    132             dprintf(("supdrvDetermineAsyncTsc: fAsync=%d u64DiffCores=%u.\n", pDevExt->fForceAsyncTsc, (uint32_t)u64DiffCores));
    133 
    134130            int vrc = supdrvInitDevExt(pDevExt);
    135131            if (!vrc)
    136132            {
     133                /* Make sure the tsc is consistent across cpus/cores. */
     134                pDevExt->fForceAsyncTsc = supdrvDetermineAsyncTsc(&u64DiffCores);
     135                dprintf(("supdrvDetermineAsyncTsc: fAsync=%d u64DiffCores=%u.\n", pDevExt->fForceAsyncTsc, (uint32_t)u64DiffCores));
     136
    137137                /*
    138138                 * Inititalize the GIP.
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