Module Name: src Committed By: ad Date: Thu Nov 21 19:57:24 UTC 2019
Modified Files: src/sys/arch/aarch64/aarch64: cpu_machdep.c src/sys/arch/mips/mips: cpu_subr.c src/sys/arch/powerpc/powerpc: powerpc_machdep.c src/sys/arch/riscv/riscv: riscv_machdep.c src/sys/arch/x86/include: cpu.h Log Message: mi_userret(): take care of calling preempt(), set spc_curpriority directly, and remove MD code that does the same. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/aarch64/cpu_machdep.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/mips/mips/cpu_subr.c cvs rdiff -u -r1.72 -r1.73 src/sys/arch/powerpc/powerpc/powerpc_machdep.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/riscv_machdep.c cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x86/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.