diff -r 5791e75682d0 -r 37f4a3e2bd99 usr/src/uts/common/disp/thread.c --- a/usr/src/uts/common/disp/thread.c Thu Mar 23 19:49:27 2006 -0800 +++ b/usr/src/uts/common/disp/thread.c Fri Mar 24 12:29:20 2006 -0800 @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -67,6 +66,8 @@ #include #include #include +#include +#include #include #include #include @@ -178,12 +179,14 @@ sizeof (turnstile_t), 0, turnstile_constructor, turnstile_destructor, NULL, NULL, NULL, 0); + label_init(); cred_init(); rctl_init(); project_init(); zone_init(); task_init(); + tcache_init(); pool_init(); curthread->t_ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP);