Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2003 06:10:02 -0800 (PST)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_init.c
Message-ID:  <200311291410.hATEA23p022167@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2003/11/29 06:10:02 PST

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_init.c 
  Log:
  Remove surplus mmap() call for stack guard page in init_private, it is done
  in init_main_thread. Also don't initialize lock and lockuser again for initial
  thread, it is already done by _thr_alloc().
  
  Reviewed by: deischen
  Approved by: re (scottl)
  
  Revision  Changes    Path
  1.62      +0 -25     src/lib/libpthread/thread/thr_init.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311291410.hATEA23p022167>