Date: Tue, 21 Feb 2006 21:48:42 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c Message-ID: <200602212148.k1LLmgv3078081@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-02-21 21:48:42 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: Move the ruadd() in kern_exit() to save our final stats in our child stats even further down in exit1() so that it includes the runtime and tick counts from the final time slice for the dying thread. Reviewed by: phk Revision Changes Path 1.284 +3 -2 src/sys/kern/kern_exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602212148.k1LLmgv3078081>