Date: Tue, 14 Sep 2010 04:57:30 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_clock.c Message-ID: <201009140457.o8E4vfa9002700@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-09-14 04:57:30 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c Log: SVN rev 212601 on 2010-09-14 04:57:30Z by mav Replace spin lock with the set of atomics. It is impractical for one tc_ticktock() call to wait for another's completion -- just skip it. Revision Changes Path 1.222 +14 -10 src/sys/kern/kern_clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009140457.o8E4vfa9002700>