]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286701:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 23 Aug 2015 18:03:43 +0000 (18:03 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 23 Aug 2015 18:03:43 +0000 (18:03 +0000)
commitfb2f06ee10c9d0e7d60be12166c6b97806ae6203
treecf04455142daaa6e263a9eaff0f3bba9977cd3da
parent0d8204a1e71ae12de09114af57a92632563e01b0
MFC r286701:

  If a specific timecounter has been chosen via sysctl, and a new
  timecounter with higher quality registers (presumably in a module that has
  just been loaded), do not undo the user's choice by switching to the new
  timecounter.

  Document that behavior, and also the fact that there is no way to
  unregister a timecounter (and thus no way to unload a module containing
  one).

git-svn-id: svn://svn.freebsd.org/base/stable/10@287042 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/timecounters.4
sys/kern/kern_tc.c