Changeset 24091 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 26, 2009 4:18:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r23970 r24091 1222 1222 * @param addr physical address in guest memory. 1223 1223 */ 1224 static void pcbiosPlantM PStable(PPDMDEVINS pDevIns, uint8_t *pTable, uint16_t numCpus)1224 static void pcbiosPlantMpsTable(PPDMDEVINS pDevIns, uint8_t *pTable, uint16_t numCpus) 1225 1225 { 1226 1226 /* configuration table */ … … 1338 1338 1339 1339 if (pThis->u8IOAPIC) 1340 pcbiosPlantM PStable(pDevIns, pThis->au8DMIPage + VBOX_DMI_TABLE_SIZE, pThis->cCpus);1340 pcbiosPlantMpsTable(pDevIns, pThis->au8DMIPage + VBOX_DMI_TABLE_SIZE, pThis->cCpus); 1341 1341 1342 1342 /*
Note:
See TracChangeset
for help on using the changeset viewer.