Changeset 29500 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- May 14, 2010 9:43:06 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61637
- Location:
- trunk/src/VBox/Runtime/r0drv/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c
r22677 r29500 40 40 #include <iprt/assert.h> 41 41 #include <iprt/asm.h> 42 #include <iprt/asm-amd64-x86.h> 42 43 #include <iprt/thread.h> 43 44 #include <iprt/mp.h> -
trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c
r28800 r29500 33 33 34 34 #include <iprt/asm.h> 35 #include <iprt/asm-amd64-x86.h> 35 36 #include <iprt/assert.h> 36 37 #include <iprt/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.