VirtualBox

Changeset 64626 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp


Ignore:
Timestamp:
Nov 10, 2016 10:31:39 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111851
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/VMMR3/VMM.cpp

    r63560 r64626  
    120120#include <VBox/vmm/csam.h>
    121121#include <VBox/vmm/patm.h>
    122 #ifdef VBOX_WITH_NEW_APIC
    123 # include <VBox/vmm/apic.h>
    124 #endif
     122#include <VBox/vmm/apic.h>
    125123#ifdef VBOX_WITH_REM
    126124# include <VBox/vmm/rem.h>
     
    14861484    PGMR3ResetCpu(pVM, pVCpu);
    14871485    PDMR3ResetCpu(pVCpu);   /* Only clears pending interrupts force flags */
    1488 #ifdef VBOX_WITH_NEW_APIC
    14891486    APICR3InitIpi(pVCpu);
    1490 #endif
    14911487    TRPMR3ResetCpu(pVCpu);
    14921488    CPUMR3ResetCpu(pVM, pVCpu);
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