Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: ad
Date: Tue May 27 17:51:17 UTC 2008
Modified Files:
src/sys/kern: kern_lwp.c kern_softint.c kern_synch.c
Log Message:
Move lwp_exit_switchaway() into kern_synch.c. Instead of always switching
to the idle loop, pick a new LWP from the run queue.
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/kern/kern_lwp.c
cvs rdiff -r1.20 -r1.21 src/sys/kern/kern_softint.c
cvs rdiff -r1.244 -r1.245 src/sys/kern/kern_synch.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