summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 15:49:42 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 15:49:42 +0000
commitf536abaf3148567f1ecd1bb952d259f79cd35326 (patch)
treef85ec071907b1eda8660a6d5906fed1397fdcb94 /sys/amd64
parenta034df74fdb12c279d0096abb6d6f7b2b2fec24b (diff)
downloadFreeBSD-src-f536abaf3148567f1ecd1bb952d259f79cd35326.zip
FreeBSD-src-f536abaf3148567f1ecd1bb952d259f79cd35326.tar.gz
MFC r283411:
Remove stale comment about a signal trampoline which is moved to the shared page at r219609.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux32/linux32_sysvec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c
index 0997065..a57257b 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 -
OpenPOWER on IntegriCloud