Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/alpha



Module Name:    src
Committed By:   thorpej
Date:           Fri Sep  4 03:53:12 UTC 2020

Modified Files:
        src/sys/arch/alpha/alpha: machdep.c multiproc.s
        src/sys/arch/alpha/include: asm.h cpu.h

Log Message:
Use SysValue to store curlwp rather than curcpu.  curlwp is acceessed
much more frequently, and this makes curlwp preemption-safe.


To generate a diff of this commit:
cvs rdiff -u -r1.363 -r1.364 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/alpha/alpha/multiproc.s
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/alpha/include/asm.h
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/alpha/include/cpu.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