(__pthread_initialize_minimal_internal): Don't treat architectures with separate...
authorUlrich Drepper <drepper@redhat.com>
Thu, 18 Dec 2003 02:27:11 +0000 (02:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 18 Dec 2003 02:27:11 +0000 (02:27 +0000)
nptl/init.c

index 36b6542..4318552 100644 (file)
@@ -249,11 +249,7 @@ __pthread_initialize_minimal_internal (void)
        default.  */
     limit.rlim_cur = ARCH_STACK_DEFAULT_SIZE;
 
-#ifdef NEED_SEPARATE_REGISTER_STACK
-  __default_stacksize = MAX (limit.rlim_cur / 2, PTHREAD_STACK_MIN);
-#else
   __default_stacksize = MAX (limit.rlim_cur, PTHREAD_STACK_MIN);
-#endif
   /* The maximum page size better should be a multiple of the page
      size.  */
   assert (__default_stacksize % __sysconf (_SC_PAGESIZE) == 0);