Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2023 07:56:49 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b7a55b568b69 - stable/13 - linux(4): Remove stale comment that no longer applies.
Message-ID:  <202302090756.3197unCX093051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=b7a55b568b6992b9eae9e6c0ba3c321b48541a24

commit b7a55b568b6992b9eae9e6c0ba3c321b48541a24
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-02 17:21:37 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-09 07:55:24 +0000

    linux(4): Remove stale comment that no longer applies.
    
    MFC after:              1 week
    
    (cherry picked from commit ce20c00e858f209f42d404eca597553e461e0892)
---
 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 d7e33ccb8b70..05dd618fa510 100644
--- a/sys/amd64/linux/linux_sysvec.c
+++ b/sys/amd64/linux/linux_sysvec.c
@@ -311,8 +311,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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302090756.3197unCX093051>