VirtualBox

Changeset 44005 in vbox


Ignore:
Timestamp:
Dec 2, 2012 4:18:09 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82408
Message:

build fix

Location:
trunk/src/VBox/Devices/PC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r43974 r44005  
    164164
    165165#define DEBUG_APIC
    166 
    167 /* APIC Local Vector Table */
    168 #define APIC_LVT_TIMER   0
    169 #define APIC_LVT_THERMAL 1
    170 #define APIC_LVT_PERFORM 2
    171 #define APIC_LVT_LINT0   3
    172 #define APIC_LVT_LINT1   4
    173 #define APIC_LVT_ERROR   5
    174 #define APIC_LVT_NB      6
    175 
    176 /* APIC delivery modes */
    177 #define APIC_DM_FIXED   0
    178 #define APIC_DM_LOWPRI  1
    179 #define APIC_DM_SMI     2
    180 #define APIC_DM_NMI     4
    181 #define APIC_DM_INIT    5
    182 #define APIC_DM_SIPI    6
    183 #define APIC_DM_EXTINT  7
    184 
    185 /* APIC destination mode */
    186 #define APIC_DESTMODE_FLAT      0xf
    187 #define APIC_DESTMODE_CLUSTER   0x0
    188 
    189 #define APIC_TRIGGER_EDGE  0
    190 #define APIC_TRIGGER_LEVEL 1
    191 
    192 #define APIC_LVT_TIMER_PERIODIC         (1<<17)
    193 #define APIC_LVT_MASKED                 (1<<16)
    194 #define APIC_LVT_LEVEL_TRIGGER          (1<<15)
    195 #define APIC_LVT_REMOTE_IRR             (1<<14)
    196 #define APIC_INPUT_POLARITY             (1<<13)
    197 #define APIC_SEND_PENDING               (1<<12)
    198166
    199167#define ESR_ILLEGAL_ADDRESS (1 << 7)
  • trunk/src/VBox/Devices/PC/DevApic.h

    r44004 r44005  
    7474#define APIC_SEND_PENDING               (1 << 12)
    7575
    76 #endif /* ___PC_DevApic_h */
     76#endif /* !___PC_DevApic_h */
    7777
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