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 Jun 30 06:44:59 UTC 2008

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

Log Message:
Check in WIP of getting this code working with DIAGNOSTIC
assertions enabled. We are unrolling sleepq_remove() and spreading
it between sa_getcachelwp() and sa_switch(). The main issue is that
sleepq_remove() makes the thread runnable, but we need to do some work
between removing it from the queue (lwp cache) and making it runnable.

Fix typo in sa_newcachelwp() about sa being undefined.


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