~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: semspinmutex-r0drv-generic.c $ */
 
1
/* $Id: semspinmutex-r0drv-generic.c 33393 2010-10-24 16:17:00Z vboxsync $ */
2
2
/** @file
3
3
 * IPRT - Spinning Mutex Semaphores, Ring-0 Driver, Generic.
4
4
 */
88
88
/*******************************************************************************
89
89
*   Defined Constants And Macros                                               *
90
90
*******************************************************************************/
91
 
//#define RTSEMSPINMUTEX_INT_FLAGS_MUST
 
91
/*#define RTSEMSPINMUTEX_INT_FLAGS_MUST*/
92
92
 
93
93
/** Validates the handle, returning if invalid. */
94
94
#define RTSEMSPINMUTEX_VALIDATE_RETURN(pThis) \