VirtualBox

Changeset 61816 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Jun 22, 2016 1:08:54 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108219
Message:

Committed too much.

File:
1 edited

Legend:

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

    r61815 r61816  
    293293DECLINLINE(uint32_t) ioapicGetVersion(void)
    294294{
    295     uint32_t uValue = RT_MAKE_U32(0x11, IOAPIC_MAX_REDIR_ENTRIES);
     295    uint32_t uValue = RT_MAKE_U32(IOAPIC_VERSION, IOAPIC_MAX_REDIR_ENTRIES);
    296296    Log2(("IOAPIC: ioapicGetVersion: returns %#RX32\n", uValue));
    297297    return uValue;
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