aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-02-02 17:21:37 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-02-02 17:21:37 +0000
commitce20c00e858f209f42d404eca597553e461e0892 (patch)
treef75f1ac532c57d01afd3ba3aa89c056c6a0b9e1c /sys/amd64/linux
parent6ad07a4b2bdf0856545ff8495a7b3396695814fa (diff)
downloadsrc-ce20c00e858f209f42d404eca597553e461e0892.tar.gz
src-ce20c00e858f209f42d404eca597553e461e0892.zip
linux(4): Remove stale comment that no longer applies.
MFC after: 1 week
Diffstat (limited to 'sys/amd64/linux')
-rw-r--r--sys/amd64/linux/linux_sysvec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/linux/linux_sysvec.c b/sys/amd64/linux/linux_sysvec.c
index e8a22b60e66f..ed62b2313cba 100644
--- a/sys/amd64/linux/linux_sysvec.c
+++ b/sys/amd64/linux/linux_sysvec.c
@@ -312,8 +312,6 @@ linux_exec_setregs(struct thread *td, struct image_params *imgp,
/*
* Copied from amd64/amd64/machdep.c
- *
- * XXX fpu state need? don't think so
*/
int
linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args)