Date: Tue, 3 Jun 2008 23:05:50 +0100 (BST) From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> To: John Baldwin <jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_clock.c Message-ID: <20080603224939.O94518@ury.york.ac.uk> In-Reply-To: <200806031852.m53Iq6A5000693@repoman.freebsd.org> References: <200806031852.m53Iq6A5000693@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 3 Jun 2008, John Baldwin wrote: > jhb 2008-06-03 18:52:06 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/kern kern_clock.c > Log: > SVN rev 179525 on 2008-06-03 18:51:53Z by jhb > > Restore the global cp_time[] array that was removed when the per-CPU stats > were MFC'd. This restores the ABI and allows some tools like vmstat to > work on crash dumps again. Are you also planning on merging this to RELENG_7? It looks like cp_times was part of 7.0-RELEASE. As far as I can tell, this will fix PRs 123047, 123068 and 123146 on RELENG_6, and a merge to RELENG_7 would additionally fix PRs 122875 and 123014. PR 119923 is again caused by the removal of cp_times, but that user is on HEAD. Gavin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080603224939.O94518>