Module Name: src Committed By: maxv Date: Mon Feb 13 15:03:18 UTC 2017
Modified Files: src/sys/compat/linux/arch/amd64: linux_machdep.c Log Message: Make sure %rip is in userland. This is harmless, since the return to userland is made with iret instead of sysret in this path. While here, use size_t. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/compat/linux/arch/amd64/linux_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.