Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [vmlocking] src/sys
Module Name: src
Committed By: ad
Date: Thu Aug 30 20:02:33 UTC 2007
Modified Files:
src/sys/kern [vmlocking]: kern_cpu.c subr_xcall.c
src/sys/sys [vmlocking]: cpu_data.h xcall.h
Log Message:
- Instead of xc_broadcast()/xc_unicast() waiting for completion, have them
return a value which can later be passed to xc_wait(). Allows the caller
to go and do other stuff in the meantime.
- Fix the xcall thread to work properly in the event of a spurious wakeup.
To generate a diff of this commit:
cvs rdiff -r1.2.2.5 -r1.2.2.6 src/sys/kern/kern_cpu.c
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/kern/subr_xcall.c
cvs rdiff -r1.7.6.6 -r1.7.6.7 src/sys/sys/cpu_data.h
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/sys/xcall.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