Date: Mon, 16 Mar 2009 17:30:38 +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: <200903161730.n2GHUiL4070055@repoman.freebsd.org>
index | next in thread | raw e-mail
rwatson 2009-03-16 17:30:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern kern_tc.c
Log:
SVN rev 189891 on 2009-03-16 17:30:38Z by rwatson
Merge r189545 from head to stable/7:
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
Revision Changes Path
1.178.2.3 +18 -13 src/sys/kern/kern_tc.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903161730.n2GHUiL4070055>
