VirtualBox

Changeset 40807 in vbox for trunk


Ignore:
Timestamp:
Apr 6, 2012 10:43:00 PM (13 years ago)
Author:
vboxsync
Message:

build fix

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/mangling.h

    r40806 r40807  
    12241224# define RTSpinlockDestroy                              RT_MANGLER(RTSpinlockDestroy)
    12251225# define RTSpinlockRelease                              RT_MANGLER(RTSpinlockRelease)
     1226# define RTSpinlockReleaseNoInts                        RT_MANGLER(RTSpinlockReleaseNoInts)
    12261227# define RTStrAAppendExNVTag                            RT_MANGLER(RTStrAAppendExNVTag)
    12271228# define RTStrAAppendNTag                               RT_MANGLER(RTStrAAppendNTag)
  • trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c

    r40806 r40807  
    8282    int rc = RTSemFastMutexRequest(pThis->hFastMtx);
    8383
    84     NOREF(pTmp);
    8584    AssertRC(rc);
    8685    return rc;
     
    9392    RTSpinlockReleaseNoInts(pThis->hSpinlock);
    9493#else
    95     NOREF(pTmp);
    9694    RTSemFastMutexRelease(pThis->hFastMtx);
    9795#endif
     
    485483    pNew->DevPort.u32VersionEnd         = RAWPCIDEVPORT_VERSION;
    486484
    487     rc = RTSpinlockCreate(&pNew->hSpinlock);
    488 
     485    rc = RTSpinlockCreate(&pNew->hSpinlock, RTSPINLOCK_FLAGS_INTERRUPT_SAFE, "VBoxPCI");
    489486    if (RT_SUCCESS(rc))
    490487    {
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