linux(4): Eliminating an accidental comment.

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2021-07-29 12:51:56 +03:00
parent b59cf25eac
commit 741f80df53

View File

@ -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).
*/