summary refs log tree commit diff stats
path: root/bsd-user/qemu.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-08-18 10:57:35 -0700
committerWarner Losh <imp@bsdimp.com>2023-08-28 12:16:18 -0600
commit7db1873664dcba22820981ad105b0d30bcd509b8 (patch)
tree1bd71c3a2b1f1e95881178be83145ae533e1108e /bsd-user/qemu.h
parent935f1dd8181b757e6eff83522d85b0a2b84c27c5 (diff)
downloadfocaccia-qemu-7db1873664dcba22820981ad105b0d30bcd509b8.tar.gz
focaccia-qemu-7db1873664dcba22820981ad105b0d30bcd509b8.zip
bsd-user: Remove image_info.mmap
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>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r--bsd-user/qemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 178114b423..898fe3e8b3 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -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;