Date: Wed, 30 Jul 2003 22:27:00 -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/sys/alpha/alpha machdep.c Message-ID: <200307310527.h6V5R0tQ017101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/07/30 22:27:00 PDT FreeBSD src repository Modified files: sys/alpha/alpha machdep.c Log: In set_mcontext(), store the (user) stack pointer and the thread pointer in the PCB of the corresponding thread if it's not the current thread. This is needed for thr_create() to setup the newly created thread from the context provided by the application. This commit finalizes supporting libthr. Revision Changes Path 1.211 +3 -0 src/sys/alpha/alpha/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307310527.h6V5R0tQ017101>