git: e74e35f98f06 - stable/13 - linux(4): Eliminating an accidental comment.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:37:39 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=e74e35f98f0642d5340ee05b0378ad3d42eed208 commit e74e35f98f0642d5340ee05b0378ad3d42eed208 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-07-29 09:51:56 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:21 +0000 linux(4): Eliminating an accidental comment. MFC after: 2 weeks (cherry picked from commit 741f80df531cb58a38a8ec98203c7e315b6f9bca) --- 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 6e8ce848f6ab..c3974e71b8e8 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -1166,8 +1166,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). - */