Changeset 12667 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 23, 2008 11:25:46 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36960
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMMAll.cpp
r12573 r12667 67 67 * @thread EMT 68 68 */ 69 uint32_tVMMGetCpuId(PVM pVM)69 VMCPUID VMMGetCpuId(PVM pVM) 70 70 { 71 #ifdef VBOX_WITH_GUEST_SMPT 71 #ifdef VBOX_WITH_SMP_GUESTS 72 /* Only emulation thread(s) allowed to ask for CPU id */ 73 VM_ASSERT_EMT(pVM); 74 72 75 # if defined(IN_GC) 73 76 /* There is only one CPU if we're in GC. */
Note:
See TracChangeset
for help on using the changeset viewer.