Module Name: src Committed By: maxv Date: Sun Oct 15 12:49:53 UTC 2017
Modified Files: src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c src/sys/arch/amd64/include: segments.h src/sys/compat/linux/arch/amd64: linux_machdep.c src/sys/compat/linux32/arch/amd64: linux32_machdep.c Log Message: Use two separate functions: cpu_segregs32_zero and cpu_segregs64_zero. The way segment registers work on amd64 will diverge between 32bit and 64bit LWPs. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.110 -r1.111 src/sys/arch/amd64/amd64/netbsd32_machdep.c cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amd64/include/segments.h cvs rdiff -u -r1.52 -r1.53 src/sys/compat/linux/arch/amd64/linux_machdep.c cvs rdiff -u -r1.40 -r1.41 \ src/sys/compat/linux32/arch/amd64/linux32_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.