diff options
Diffstat (limited to 'usr/src/uts/common/disp/thread.c')
-rw-r--r-- | usr/src/uts/common/disp/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/disp/thread.c b/usr/src/uts/common/disp/thread.c index cfc4c99f64..ae6c5eef16 100644 --- a/usr/src/uts/common/disp/thread.c +++ b/usr/src/uts/common/disp/thread.c @@ -87,7 +87,7 @@ struct kmem_cache *turnstile_cache; /* cache of free turnstiles */ * allthreads is only for use by kmem_readers. All kernel loops can use * the current thread as a start/end point. */ -static kthread_t *allthreads = &t0; /* circular list of all threads */ +kthread_t *allthreads = &t0; /* circular list of all threads */ static kcondvar_t reaper_cv; /* synchronization var */ kthread_t *thread_deathrow; /* circular list of reapable threads */ |