Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [wrstuden-revivesa] src/sys



Module Name:    src
Committed By:   wrstuden
Date:           Mon May 26 07:25:29 UTC 2008

Modified Files:
        src/sys/kern [wrstuden-revivesa]: kern_sa.c
        src/sys/sys [wrstuden-revivesa]: savar.h

Log Message:
Clean up the savp_wokenq_head queue. Since it used l_forw, which
is now l_runq, make it a TAILQ.

Update l_priority on-par with recent change to kern_exit.c. Needs
comparable thoughts.

In sa_setwoken(), move the list manipulation down to when we have both
the process and lwp locks held.

ifdef-out vestigial code consisting of sa_vp_reposess() and
the bottom half


To generate a diff of this commit:
cvs rdiff -r1.91.2.11 -r1.91.2.12 src/sys/kern/kern_sa.c
cvs rdiff -r1.24.2.5 -r1.24.2.6 src/sys/sys/savar.h

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