svn commit: r293517 - in stable/10/sys: amd64/linux32 i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sat Jan 9 15:49:44 UTC 2016


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;


More information about the svn-src-all mailing list