aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 15:32:52 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 15:32:52 +0000
commit26cf41d6cabd645bce6e77afefc7c6a24aa6d47a (patch)
treed33625fd72e50a56d3aaf0f75ff16f19659f8ed9
parent0020bdf13a648162724210025bad2380c778961e (diff)
downloadsrc-26cf41d6cabd645bce6e77afefc7c6a24aa6d47a.tar.gz
src-26cf41d6cabd645bce6e77afefc7c6a24aa6d47a.zip
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
Notes
Notes: svn path=/head/; revision=283411
-rw-r--r--sys/amd64/linux32/linux32_sysvec.c1
-rw-r--r--sys/i386/linux/linux_sysvec.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c
index 09970655810f..a57257bf9843 100644
--- a/sys/amd64/linux32/linux32_sysvec.c
+++ b/sys/amd64/linux32/linux32_sysvec.c
@@ -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 -
diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c
index 7c45200a16b5..85bdde78e7bd 100644
--- a/sys/i386/linux/linux_sysvec.c
+++ b/sys/i386/linux/linux_sysvec.c
@@ -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;