Module Name: src Committed By: thorpej Date: Fri Sep 4 02:54:56 UTC 2020
Modified Files: src/sys/arch/alpha/alpha: lock_stubs.s locore.s src/sys/arch/alpha/include: asm.h Log Message: - Make the GET_CURLWP actually return curlwp, not &curlwp. - exception_return(): Use GET_CURLWP directly, rather than a dance acount GET_CPUINFO. - Introduce SET_CURLWP(), to set the curlwp value. - Garbage-collect GET_FPCURLWP. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/alpha/alpha/lock_stubs.s cvs rdiff -u -r1.128 -r1.129 src/sys/arch/alpha/alpha/locore.s cvs rdiff -u -r1.40 -r1.41 src/sys/arch/alpha/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.