Module Name: src Committed By: scole Date: Sat Apr 8 17:38:44 UTC 2017
Modified Files: src/sys/arch/ia64/ia64: context.S vm_machdep.c Log Message: Convert cpu_switchto() from assembly to C code. Remove comment about possible cpu_switchto() bug. Actual issue appears to be new processes using lwp0 instead of own memory, which is still not fixed. Thanks to <chs> for figuring this out. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ia64/ia64/context.S cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ia64/ia64/vm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.