VirtualBox

Changeset 52618 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Sep 5, 2014 12:07:29 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95899
Message:

HostDrivers, Runtime, Devices, Additions: TSC delta measurement and other changes resulting from bumping supdrv major version. TSC delta measurement currently disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/SrvPciRawR0.cpp

    r44529 r52618  
    55
    66/*
    7  * Copyright (C) 2011-2012 Oracle Corporation
     7 * Copyright (C) 2011-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    115115    RTSpinlockAcquire(pThis->hSpinlock);
    116116    pThis->iPendingIrq = iHostIrq;
    117     RTSpinlockReleaseNoInts(pThis->hSpinlock);
     117    RTSpinlockRelease(pThis->hSpinlock);
    118118
    119119    /**
     
    872872    pDev->iPendingIrq = 0;
    873873    fTerminate = pDev->fTerminate;
    874     RTSpinlockReleaseNoInts(pDev->hSpinlock);
     874    RTSpinlockRelease(pDev->hSpinlock);
    875875
    876876    /* Block until new IRQs arrives */
     
    888888                    iPendingIrq = pDev->iPendingIrq;
    889889                    pDev->iPendingIrq = 0;
    890                     RTSpinlockReleaseNoInts(pDev->hSpinlock);
     890                    RTSpinlockRelease(pDev->hSpinlock);
    891891                }
    892892                else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette