]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Move clock synchronization into a seperate clock lock so the global
authorJeff Roberson <jeff@FreeBSD.org>
Sun, 20 May 2007 22:11:50 +0000 (22:11 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Sun, 20 May 2007 22:11:50 +0000 (22:11 +0000)
commit8b98fec903d081a47b1a2d2ebcfcc274f8f9dcdd
tree42c8e52aead43f7431897ada079682da98afc241
parent0ad5e7f3263f6ec29977404631ace10bc813d306
 - Move clock synchronization into a seperate clock lock so the global
   scheduler lock is not involved.  sched_lock still protects the sched_clock
   call.  Another patch will remedy this.

Contributed by: Attilio Rao <attilio@FreeBSD.org>
Tested by: kris, jeff
sys/kern/kern_clock.c
sys/kern/subr_prof.c
sys/kern/subr_witness.c
sys/sys/systm.h