VirtualBox

Changeset 26152 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 2, 2010 4:00:35 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57165
Message:

VMM: pdm.h and @copydoc cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp

    r25921 r26152  
    2626#define LOG_GROUP LOG_GROUP_HWACCM
    2727#include <VBox/hwaccm.h>
     28#include <VBox/pgm.h>
    2829#include "HWACCMInternal.h"
    2930#include <VBox/vm.h>
     
    3132#include <VBox/hwacc_vmx.h>
    3233#include <VBox/hwacc_svm.h>
    33 #include <VBox/pgm.h>
    34 #include <VBox/pdm.h>
    3534#include <VBox/err.h>
    3635#include <VBox/log.h>
    37 #include <VBox/selm.h>
    38 #include <VBox/iom.h>
    3936#include <iprt/param.h>
    4037#include <iprt/assert.h>
    4138#include <iprt/asm.h>
    4239#include <iprt/string.h>
    43 #include <iprt/memobj.h>
    44 #include <iprt/cpuset.h>
    4540
    4641/**
     
    107102#ifdef IN_RING0
    108103/**
    109  * Dummy RTMpOnSpecific handler since RTMpPokeCpu couldn't be used. 
     104 * Dummy RTMpOnSpecific handler since RTMpPokeCpu couldn't be used.
    110105 *
    111106 */
     
    140135        else
    141136            STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatSpinPokeFailed, z);
    142            
     137
    143138        /* Spin until the VCPU has switched back. */
    144139        while (     pVCpu->hwaccm.s.fCheckedTLBFlush
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