Date: Sat, 9 Jan 2016 15:49:42 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r293517 - in stable/10/sys: amd64/linux32 i386/linux Message-ID: <201601091549.u09Fng0K025091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dchagin Date: Sat Jan 9 15:49:42 2016 New Revision: 293517 URL: https://svnweb.freebsd.org/changeset/base/293517 Log: MFC r283411: Remove stale comment about a signal trampoline which is moved to the shared page at r219609. Modified: stable/10/sys/amd64/linux32/linux32_sysvec.c stable/10/sys/i386/linux/linux_sysvec.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/amd64/linux32/linux32_sysvec.c ============================================================================== --- stable/10/sys/amd64/linux32/linux32_sysvec.c Sat Jan 9 15:48:11 2016 (r293516) +++ stable/10/sys/amd64/linux32/linux32_sysvec.c Sat Jan 9 15:49:42 2016 (r293517) @@ -879,7 +879,6 @@ linux_copyout_strings(struct image_param /* * Calculate string base and vector table pointers. - * Also deal with signal trampoline code for this exec type. */ arginfo = (struct linux32_ps_strings *)LINUX32_PS_STRINGS; destp = (caddr_t)arginfo - SPARE_USRSPACE - Modified: stable/10/sys/i386/linux/linux_sysvec.c ============================================================================== --- stable/10/sys/i386/linux/linux_sysvec.c Sat Jan 9 15:48:11 2016 (r293516) +++ stable/10/sys/i386/linux/linux_sysvec.c Sat Jan 9 15:49:42 2016 (r293517) @@ -320,7 +320,6 @@ linux_copyout_strings(struct image_param /* * Calculate string base and vector table pointers. - * Also deal with signal trampoline code for this exec type. */ p = imgp->proc; arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601091549.u09Fng0K025091>