Date: Tue, 9 Dec 2003 17:59:23 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c Message-ID: <200312100159.hBA1xN5t047966@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/12/09 17:59:23 PST FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Write the thread pointer (val) in the kse mailbox (loc) before we set the new context in kse_switchin(2). This allows us to return an error to the calling context when the suword() fails. Revision Changes Path 1.165 +2 -2 src/sys/kern/kern_thread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312100159.hBA1xN5t047966>