Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2010 16:47:45 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_tc.c
Message-ID:  <201007111648.o6BGm0k5073924@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2010-07-11 16:47:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_tc.c 
  Log:
  SVN rev 209900 on 2010-07-11 16:47:45Z by mav
  
  Remove interval validation from cpu_tick_calibrate(). As I found, check
  was needed at preliminary version of the patch, where number of CPU ticks
  was divided strictly on 16 seconds. Final code instead uses real interval
  duration, so precise interval should not be important. Same time aliasing
  issues around second boundary causes false positives, periodically logging
  useless "t_delta ... too long/short" messages when HZ set below 256.
  
  Revision  Changes    Path
  1.186     +14 -36    src/sys/kern/kern_tc.c



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