Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [wrstuden-revivesa] src/sys/kern
Module Name: src
Committed By: wrstuden
Date: Tue May 27 03:16:30 UTC 2008
Modified Files:
src/sys/kern [wrstuden-revivesa]: kern_lwp.c kern_time.c
Log Message:
First cut at porting SA timer code to -current. Slightly modified
so that we now use the timer_intr soft interrupt to do what we used
to do in itimerfire(). Also, use sa_mutex and p_lock instead of
the kernel lock.
Open question about what locks we can lock while holding
the timer lock.
To generate a diff of this commit:
cvs rdiff -r1.110.2.2 -r1.110.2.3 src/sys/kern/kern_lwp.c
cvs rdiff -r1.146.2.2 -r1.146.2.3 src/sys/kern/kern_time.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index