Module Name: src Committed By: rmind Date: Wed Dec 30 23:49:59 UTC 2009
Modified Files: src/sys/kern: kern_runq.c Log Message: sched_catchlwp: fix the case when other CPU might see curlwp->l_cpu != curcpu() while LWP is finishing context switch. Should fix PR/42539, tested by mar...@. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/kern/kern_runq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.