cvs commit: src/sys/kern kern_clock.c
Gavin Atkinson
gavin.atkinson at ury.york.ac.uk
Tue Jun 3 22:37:02 UTC 2008
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
More information about the cvs-src
mailing list