Changeset 37055 in vbox for trunk/src/VBox
- Timestamp:
- May 12, 2011 3:16:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp
r37041 r37055 37 37 #endif 38 38 #include <iprt/assert.h> 39 #include <iprt/cpuset.h> 39 40 #include <iprt/err.h> 40 41 #include <iprt/mp.h> … … 57 58 * Global Variables * 58 59 *******************************************************************************/ 59 static RTDARWINPREEMPTHACK g_aPreemptHacks[ 16]; /* see MAX_CPUS in i386/mp.h */60 static RTDARWINPREEMPTHACK g_aPreemptHacks[RTCPUSET_MAX_CPUS]; 60 61 61 62
Note:
See TracChangeset
for help on using the changeset viewer.