]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Current testing shows that (ab)using the JBC performance counter in bus
authorMarius Strobl <marius@FreeBSD.org>
Tue, 12 Jul 2011 17:56:42 +0000 (17:56 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Tue, 12 Jul 2011 17:56:42 +0000 (17:56 +0000)
commitfed20d20815915ff2ded858d0f5fe9fc9ce2d156
treea9ae7fddd0f3d38de7a9b010aa6fa111a89432e8
parentbd1c8dd51b656eb729a13d52858597f173ab8763
- 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, 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.
sys/sparc64/pci/fire.c