Date: Mon, 18 May 2009 12:03:43 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_clock.c Message-ID: <200905181203.n4IC3t1K015555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-05-18 12:03:43 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c Log: SVN rev 192304 on 2009-05-18 12:03:43Z by ed Mark the clock sysctls as MPSAFE. These sysctls don't need any form of locking. At least cp_times is used by powerd very often, which means I get 50% less calls to non-MPSAFE sysctls on my system. The other 50% is consumed by dev.cpu.0.freq, but this seems to need Giant for Newbus. Revision Changes Path 1.211 +4 -3 src/sys/kern/kern_clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181203.n4IC3t1K015555>