]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r223960
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 25 Jul 2011 19:01:36 +0000 (19:01 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 25 Jul 2011 19:01:36 +0000 (19:01 +0000)
commit9e34552363f4fa4664b8578cef3f3c0597b3d07b
tree97cc2461b9aa115e0d25d31a2848c5fdc4d20911
parenta95c31d5c9510a2eaf77054a62b307f6ed8cb243
MFC: r223960

- Current testing shows that (ab)using the JBC performance counter in bus
  cycle mode as timecounter just works fine. My best guess is that a firmware
  update has fixed this, so check at run-time whether it advances and use a
  positive quality if it does. The latter will cause this timecounter to be
  used instead of the tick counter based one, which just sucks for SMP.
- Remove a redundant NULL assignment from the timecounter initialization.

git-svn-id: svn://svn.freebsd.org/base/stable/8@224387 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/pci/fire.c