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
This commit is contained in:
Dmitry Chagin 2015-05-24 15:32:52 +00:00
parent 0020bdf13a
commit 26cf41d6ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283411
2 changed files with 0 additions and 2 deletions

View File

@ -879,7 +879,6 @@ linux_copyout_strings(struct image_params *imgp)
/*
* 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 -

View File

@ -320,7 +320,6 @@ linux_copyout_strings(struct image_params *imgp)
/*
* 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;