Date: Fri, 19 Sep 2003 16:28:13 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/alpha/include pthread_md.h src/lib/libpthread/arch/amd64/include pthread_md.h src/lib/libpthread/arch/i386/include pthread_md.h src/lib/libpthread/thread thr_kern.c Message-ID: <200309192328.h8JNSDbE069347@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/09/19 16:28:13 PDT
FreeBSD src repository
Modified files:
lib/libpthread/arch/alpha/include pthread_md.h
lib/libpthread/arch/amd64/include pthread_md.h
lib/libpthread/arch/i386/include pthread_md.h
lib/libpthread/arch/ia64/include pthread_md.h
lib/libpthread/thread thr_kern.c
Log:
Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to
pthread_md.h. This commit only moves the definition; it does not
change it for any of the platforms. This more easily allows 64-bit
architectures (in particular) to pick a slightly larger stack size.
Revision Changes Path
1.2 +2 -0 src/lib/libpthread/arch/alpha/include/pthread_md.h
1.4 +2 -1 src/lib/libpthread/arch/amd64/include/pthread_md.h
1.7 +2 -0 src/lib/libpthread/arch/i386/include/pthread_md.h
1.11 +2 -0 src/lib/libpthread/arch/ia64/include/pthread_md.h
1.96 +0 -2 src/lib/libpthread/thread/thr_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309192328.h8JNSDbE069347>
