git: 741f80df531c - main - linux(4): Eliminating an accidental comment.

Dmitry Chagin dchagin at FreeBSD.org
Thu Jul 29 09:58:50 UTC 2021


The branch main has been updated by dchagin:

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

commit 741f80df531cb58a38a8ec98203c7e315b6f9bca
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-07-29 09:51:56 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-07-29 09:51:56 +0000

    linux(4): Eliminating an accidental comment.
    
    MFC after:              2 weeks
---
 sys/i386/linux/linux_sysvec.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c
index c2b24b1d8667..9261364e7a24 100644
--- a/sys/i386/linux/linux_sysvec.c
+++ b/sys/i386/linux/linux_sysvec.c
@@ -1169,8 +1169,3 @@ static moduledata_t linux_elf_mod = {
 
 DECLARE_MODULE_TIED(linuxelf, linux_elf_mod, SI_SUB_EXEC, SI_ORDER_ANY);
 FEATURE(linux, "Linux 32bit support");
-
-/*
- * linux_vdso_install() and linux_exec_sysvec_init() must be called
- * after exec_sysvec_init() which is SI_SUB_EXEC (SI_ORDER_ANY).
- */


More information about the dev-commits-src-main mailing list