VirtualBox

Changeset 53469 in vbox for trunk


Ignore:
Timestamp:
Dec 6, 2014 3:49:07 AM (10 years ago)
Author:
vboxsync
Message:

doc typos.

File:
1 edited

Legend:

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

    r53468 r53469  
    138138
    139139/** Whether the application of TSC-deltas is required. */
    140 #define GIP_ARE_TSC_DELTAS_APPLICABLE(a_pDevExt)  ((a_pDevExt)->pGip->u32Mode == SUPGIPMODE_INVARIANT_TSC && !((a_pDevExt)->fOsTscDeltasInSync))
     140#define GIP_ARE_TSC_DELTAS_APPLICABLE(a_pDevExt) \
     141    ((a_pDevExt)->pGip->u32Mode == SUPGIPMODE_INVARIANT_TSC && !((a_pDevExt)->fOsTscDeltasInSync))
    141142
    142143
     
    70377038
    70387039/**
    7039  * Clears all TSCs on the per-CPUs GIP struct. as well as the delta
    7040  * synchronization variable. Optionally also clears the deltas on the per-CPU
    7041  * GIP struct. as well.
     7040 * Clears TSC delta related variables.
     7041 *
     7042 * Clears all TSC samples as well as the delta synchronization variable on the
     7043 * all the per-CPU structs.  Optionally also clears the per-cpu deltas too.
    70427044 *
    70437045 * @param   pDevExt         Pointer to the device instance data.
     
    74367438    /*
    74377439     * Record whether the host OS has already normalized inter-CPU deltas for the hardware TSC.
    7438      * We only bother with TSC-deltas only on invariant CPUs for now.
     7440     * We only bother with TSC-deltas on invariant CPUs for now.
    74397441     */
    74407442    pDevExt->fOsTscDeltasInSync = supdrvIsInvariantTsc() && supdrvOSAreTscDeltasInSync();
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