mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux: Update the i386/linux vdso deinitialization routine
This was missed in commit0fc8a79672("linux: Unmap the VDSO page when unloading"). Reported by: Mark Millard MFC with:0fc8a79672
This commit is contained in:
parent
e25db73fea
commit
aa5fef60bf
1 changed files with 2 additions and 1 deletions
|
|
@ -938,7 +938,8 @@ static void
|
|||
linux_vdso_deinstall(void *param)
|
||||
{
|
||||
|
||||
__elfN(linux_shared_page_fini)(linux_shared_page_obj);
|
||||
__elfN(linux_shared_page_fini)(linux_shared_page_obj,
|
||||
linux_shared_page_mapping);
|
||||
}
|
||||
SYSUNINIT(elf_linux_vdso_uninit, SI_SUB_EXEC, SI_ORDER_FIRST,
|
||||
linux_vdso_deinstall, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue