Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2011 17:55:34 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/pci schizo.c
Message-ID:  <201107121755.p6CHtgN2006243@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-07-12 17:55:34 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/pci      schizo.c 
  Log:
  SVN rev 223959 on 2011-07-12 17:55:34Z by marius
  
  - Add a missing shift in schizo_get_timecount(). This happened to be non-fatal
    as STX_CTRL_PERF_CNT_CNT0_SHIFT actually is zero, if we were using the
    second counter in the upper 32 bits this would be required though as the MI
    timecounter code doesn't support 64-bit counters/counter registers.
  - Remove a redundant NULL assignment from the timecounter initialization.
  
  Revision  Changes    Path
  1.21      +3 -3      src/sys/sparc64/pci/schizo.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107121755.p6CHtgN2006243>