VirtualBox

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


Ignore:
Timestamp:
Oct 26, 2009 4:18:06 PM (15 years ago)
Author:
vboxsync
Message:

DevPcBios: MP stable -> MPS table.

File:
1 edited

Legend:

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

    r23970 r24091  
    12221222 * @param   addr       physical address in guest memory.
    12231223 */
    1224 static void pcbiosPlantMPStable(PPDMDEVINS pDevIns, uint8_t *pTable, uint16_t numCpus)
     1224static void pcbiosPlantMpsTable(PPDMDEVINS pDevIns, uint8_t *pTable, uint16_t numCpus)
    12251225{
    12261226    /* configuration table */
     
    13381338
    13391339    if (pThis->u8IOAPIC)
    1340         pcbiosPlantMPStable(pDevIns, pThis->au8DMIPage + VBOX_DMI_TABLE_SIZE, pThis->cCpus);
     1340        pcbiosPlantMpsTable(pDevIns, pThis->au8DMIPage + VBOX_DMI_TABLE_SIZE, pThis->cCpus);
    13411341
    13421342    /*
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