diff options
Diffstat (limited to 'lib/libthr/thread/thr_spinlock.c')
-rw-r--r-- | lib/libthr/thread/thr_spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_spinlock.c b/lib/libthr/thread/thr_spinlock.c index 7d5cd84..25f6337 100644 --- a/lib/libthr/thread/thr_spinlock.c +++ b/lib/libthr/thread/thr_spinlock.c @@ -40,7 +40,7 @@ #include "thr_private.h" -#define MAX_SPINLOCKS 20 +#define MAX_SPINLOCKS 72 /* * These data structures are used to trace all spinlocks |