From ce20c00e858f209f42d404eca597553e461e0892 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Thu, 2 Feb 2023 20:21:37 +0300 Subject: [PATCH] linux(4): Remove stale comment that no longer applies. MFC after: 1 week --- sys/amd64/linux/linux_sysvec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/amd64/linux/linux_sysvec.c b/sys/amd64/linux/linux_sysvec.c index e8a22b60e66..ed62b2313cb 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)