Changeset 29250 in vbox for trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c
r28800 r29250 33 33 #include <iprt/spinlock.h> 34 34 35 #include <iprt/asm.h> 36 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 37 # include <iprt/asm-amd64-x86.h> 38 #endif 35 39 #include <iprt/assert.h> 36 #include <iprt/asm.h>37 40 #include <iprt/err.h> 38 41 #include <iprt/mem.h>
Note:
See TracChangeset
for help on using the changeset viewer.