Date: Tue, 28 Mar 2006 21:20:12 +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/alpha/alpha clock.c src/sys/alpha/include cpu.h Message-ID: <200603282120.k2SLKC2l067330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-03-28 21:20:12 UTC FreeBSD src repository Modified files: sys/alpha/alpha clock.c sys/alpha/include cpu.h Log: Use the read_cycle_count() function recently added for cpu_ticks() for get_cyclecount() as that results in a saner value and makes schedgraph much happier on Alpha. (schedgraph doesn't handle the fact that the counters are out of sync though) Revision Changes Path 1.45 +0 -1 src/sys/alpha/alpha/clock.c 1.44 +2 -1 src/sys/alpha/include/cpu.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603282120.k2SLKC2l067330>