Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2009 22:19:28 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_tc.c
Message-ID:  <200903082219.n28MJZA0038606@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-03-08 22:19:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_tc.c 
  Log:
  SVN rev 189545 on 2009-03-08 22:19:28Z by rwatson
  
  By default, don't compile in counters of calls to various time
  query functions in the kernel, as these effectively serialize
  parallel calls to the gettimeofday(2) system call, as well as
  other kernel services that use timestamps.
  
  Use the NetBSD version of the fix (kern_tc.c:1.32 by ad@) as
  they have picked up our timecounter code and also ran into the
  same problem.
  
  Reported by:    kris
  Obtained from:  NetBSD
  MFC after:      3 days
  
  Revision  Changes    Path
  1.182     +18 -13    src/sys/kern/kern_tc.c



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