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:           Mon May 26 06:54:40 UTC 2008

Modified Files:
        src/sys/kern [wrstuden-revivesa]: kern_exit.c

Log Message:
Work around typo in previous commit. Also give newly-woken
threads l_priority = MAXPRI_USER. Needs thought.

Also adapt to imminent change to use TAILQ for both the
lwp cache and the woken queue. So use a TAILQ_INIT to
flush the list. Further, fix long-standing bug where in
we only clered the unblock list on the last vp we looked
at.


To generate a diff of this commit:
cvs rdiff -r1.208.2.2 -r1.208.2.3 src/sys/kern/kern_exit.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