summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_init.c
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>1999-07-06 00:25:38 +0000
committerjasone <jasone@FreeBSD.org>1999-07-06 00:25:38 +0000
commit88983e2fa584a0ccd018f2290d087e4db4c46350 (patch)
tree5873b217a3af72b58fdc75e5018708c367072b2d /lib/libpthread/thread/thr_init.c
parentebc43c4f80bf19d60c03df54244e9f97ea409baa (diff)
downloadFreeBSD-src-88983e2fa584a0ccd018f2290d087e4db4c46350.zip
FreeBSD-src-88983e2fa584a0ccd018f2290d087e4db4c46350.tar.gz
Always use growable thread stacks on the i386. The VM_STACK kernel option
must be made default for the alpha before growable thread stacks are enabled for the alpha.
Diffstat (limited to 'lib/libpthread/thread/thr_init.c')
-rw-r--r--lib/libpthread/thread/thr_init.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpthread/thread/thr_init.c b/lib/libpthread/thread/thr_init.c
index 9528e00..a5b7a82 100644
--- a/lib/libpthread/thread/thr_init.c
+++ b/lib/libpthread/thread/thr_init.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: uthread_init.c,v 1.12 1999/06/23 15:01:21 dt Exp $
+ * $Id: uthread_init.c,v 1.13 1999/07/05 00:35:19 jasone Exp $
*/
/* Allocate space for global thread variables here: */
@@ -45,10 +45,8 @@
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/ttycom.h>
-#ifdef _PTHREAD_GSTACK
#include <sys/types.h>
#include <sys/mman.h>
-#endif
#ifdef _THREAD_SAFE
#include <machine/reg.h>
#include <pthread.h>
@@ -182,7 +180,7 @@ _thread_init(void)
/* Initialize the scheduling switch hook routine: */
_sched_switch_hook = NULL;
-#ifdef _PTHREAD_GSTACK
+#ifdef __i386__
/* Initialize the thread stack cache: */
SLIST_INIT(&_stackq);
OpenPOWER on IntegriCloud