]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove redundant timecounter masking from counter_get_timecount().
authorMarius Strobl <marius@FreeBSD.org>
Tue, 12 Jul 2011 18:02:37 +0000 (18:02 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Tue, 12 Jul 2011 18:02:37 +0000 (18:02 +0000)
commit4a1fe7fa09a8fa525ed61fdac520691f1915fe66
tree0600043aa822bc9fe80b39d17a09834a27482568
parentfed20d20815915ff2ded858d0f5fe9fc9ce2d156
- Remove redundant timecounter masking from counter_get_timecount().
- Zero the timecounter when allocation so we don't need to initialize unused
  members and remove a now redundant NULL assignment.

Submitted by: jkim
sys/sparc64/sparc64/counter.c