Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Tue Dec 3 05:07:49 UTC 2019
Modified Files:
src/sys/arch/mips/rmi: rmixl_cpu.c
src/sys/kern: kern_lwp.c kern_softint.c kern_synch.c subr_pserialize.c
src/sys/rump/librump/rumpkern: rump.c
src/sys/sys: cpu_data.h pserialize.h
Log Message:
Rip out pserialize(9) logic now that the RCU patent has expired.
pserialize_perform() is now basically just xc_barrier(XC_HIGHPRI).
No more tentacles throughout the scheduler. Simplify the psz read
count for diagnostic assertions by putting it unconditionally into
cpu_info.
>From rmind@, tidied up by me.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/rmi/rmixl_cpu.c
cvs rdiff -u -r1.215 -r1.216 src/sys/kern/kern_lwp.c
cvs rdiff -u -r1.52 -r1.53 src/sys/kern/kern_softint.c
cvs rdiff -u -r1.327 -r1.328 src/sys/kern/kern_synch.c
cvs rdiff -u -r1.13 -r1.14 src/sys/kern/subr_pserialize.c
cvs rdiff -u -r1.335 -r1.336 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.41 -r1.42 src/sys/sys/cpu_data.h
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/pserialize.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