bsd-user: Remove image_info.mmap
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 18 Aug 2023 17:57:35 +0000 (10:57 -0700)
committerWarner Losh <imp@bsdimp.com>
Mon, 28 Aug 2023 18:16:18 +0000 (12:16 -0600)
This value is unused.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230818175736.144194-3-richard.henderson@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/elfload.c
bsd-user/qemu.h

index 38a3439d2cd8e24d2587270fe7e7f7fdf2f24cee..2d39e59258e13a0af3d9490d8df5a5143571ddcc 100644 (file)
@@ -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? */
index 178114b4234143bdc762b231354df7204ecfe8b5..898fe3e8b34a19b8bdef9eb21ac402b0f5d91467 100644 (file)
@@ -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;