Changeset 49548 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 19, 2013 1:07:10 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r49442 r49548 607 607 /* Clear any pending APIC interrupt action flag. */ 608 608 apicCpuClearInterrupt(pDev, pApic); 609 /* See @bugref{7097}. Intel IA-32/64 Spec 10.4.3: 610 * "When IA32_APIC_BASE[11] is 0, the processor is functionally equivalent to 611 * an IA-32 processor without an on-chip APIC. The CPUID feature flag for the 612 * APIC (see Section 10.4.2, 'Presence of the Local APIC') is also set to 0." 613 */ 614 pDev->CTX_SUFF(pApicHlp)->pfnChangeFeature(pDevIns, PDMAPICVERSION_NONE); 609 615 break; 610 616 }
Note:
See TracChangeset
for help on using the changeset viewer.