VirtualBox

Changeset 64626 in vbox for trunk/src/VBox/VMM/VMMRC


Ignore:
Timestamp:
Nov 10, 2016 10:31:39 AM (8 years ago)
Author:
vboxsync
Message:

Recompiler, VMM, Devices: Purge the old APIC and the VBOX_WITH_NEW_APIC define.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp

    r62606 r64626  
    2828#include <VBox/vmm/em.h>
    2929#include <VBox/vmm/gim.h>
    30 #ifdef VBOX_WITH_NEW_APIC
    31 # include <VBox/vmm/apic.h>
    32 #endif
     30#include <VBox/vmm/apic.h>
    3331#include <VBox/vmm/csam.h>
    3432#include <VBox/vmm/patm.h>
     
    229227        else
    230228        {
    231 #ifdef VBOX_WITH_NEW_APIC
    232229            /* APIC needs updating. */
    233230            if (VMCPU_FF_TEST_AND_CLEAR(pVCpu, VMCPU_FF_UPDATE_APIC))
    234231                APICUpdatePendingInterrupts(pVCpu);
    235 #endif
     232
    236233            if (VMCPU_FF_TEST_AND_CLEAR(pVCpu, VMCPU_FF_CPUM))
    237234                CPUMRCProcessForceFlag(pVCpu);
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