MFC r283411:

Remove stale comment about a signal trampoline which
is moved to the shared page at r219609.
This commit is contained in:
dchagin 2016-01-09 15:49:42 +00:00
parent a034df74fd
commit f536abaf31
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;