Date: Sun, 24 May 2015 15:32:52 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283411 - in head/sys: amd64/linux32 i386/linux Message-ID: <201505241532.t4OFWq5u056099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dchagin Date: Sun May 24 15:32:52 2015 New Revision: 283411 URL: https://svnweb.freebsd.org/changeset/base/283411 Log: Remove stale comment about a signal trampoline which is moved to the shared page at r219609. Differential Revision: https://reviews.freebsd.org/D1063 Reviewed by: trasz Modified: head/sys/amd64/linux32/linux32_sysvec.c head/sys/i386/linux/linux_sysvec.c Modified: head/sys/amd64/linux32/linux32_sysvec.c ============================================================================== --- head/sys/amd64/linux32/linux32_sysvec.c Sun May 24 15:30:52 2015 (r283410) +++ head/sys/amd64/linux32/linux32_sysvec.c Sun May 24 15:32:52 2015 (r283411) @@ -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: head/sys/i386/linux/linux_sysvec.c ============================================================================== --- head/sys/i386/linux/linux_sysvec.c Sun May 24 15:30:52 2015 (r283410) +++ head/sys/i386/linux/linux_sysvec.c Sun May 24 15:32:52 2015 (r283411) @@ -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?201505241532.t4OFWq5u056099>