VirtualBox

Changeset 9416 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jun 5, 2008 12:47:29 PM (17 years ago)
Author:
vboxsync
Message:

Return VERR_NOT_SUPPORTED if RTTIMER_FLAGS_CPU_* is set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp

    r8245 r9416  
    114114
    115115    /*
     116     * We don't support the fancy MP features.
     117     */
     118    if (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC)
     119        return VERR_NOT_SUPPORTED;
     120
     121    /*
    116122     * Lazy initialize the spinlock.
    117123     */
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