svn commit: r283411 - in head/sys: amd64/linux32 i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun May 24 15:32:53 UTC 2015


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;


More information about the svn-src-head mailing list