VirtualBox

Changeset 13797 in vbox


Ignore:
Timestamp:
Nov 4, 2008 6:51:29 PM (16 years ago)
Author:
vboxsync
Message:

VMMGetCpuId calls VMR3GetVMCPUId in Ring-3...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMMAll.cpp

    r13698 r13797  
    4747#endif /* !IN_RING0 */
    4848
     49
    4950/**
    5051 * Gets the current virtual CPU ID.
     
    6566
    6667# elif defined(IN_RING3)
    67     /** @todo SMP: Use TLS. */
    68     return 0; /** @todo SMP */
     68    return VMR3GetVMCPUId(pVM);
    6969
    7070# else  /* IN_RING0 */
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