Skip to content
Snippets Groups Projects
Commit 7db18736 authored by Richard Henderson's avatar Richard Henderson Committed by Warner Losh
Browse files

bsd-user: Remove image_info.mmap


This value is unused.

Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230818175736.144194-3-richard.henderson@linaro.org>
Reviewed-by: default avatarWarner Losh <imp@bsdimp.com>
Signed-off-by: default avatarWarner Losh <imp@bsdimp.com>
parent 935f1dd8
No related branches found
No related tags found
No related merge requests found
......@@ -738,7 +738,6 @@ int load_elf_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs,
/* OK, This is the point of no return */
info->end_data = 0;
info->end_code = 0;
info->mmap = 0;
elf_entry = (abi_ulong) elf_ex.e_entry;
/* XXX Join this with PT_INTERP search? */
......
......@@ -52,7 +52,6 @@ struct image_info {
abi_ulong end_data;
abi_ulong start_brk;
abi_ulong brk;
abi_ulong mmap;
abi_ulong rss;
abi_ulong start_stack;
abi_ulong entry;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment