diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-28 22:24:19 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-28 06:39:25 +1000 |
| commit | e191623fb0694a08c372fb68c5634969addbcb7b (patch) | |
| tree | 4a2daefd6fe93169387f960a7b5c67f42dca28f3 /linux-user/loader.h | |
| parent | f61c88c571e5e68cdf1d935d7524493a8f404556 (diff) | |
| download | focaccia-qemu-e191623fb0694a08c372fb68c5634969addbcb7b.tar.gz focaccia-qemu-e191623fb0694a08c372fb68c5634969addbcb7b.zip | |
linux-user: Remove do_init_main_thread
All targets have been converted, so we can call init_main_thread directly. Remove do_init_main_thread and HAVE_INIT_MAIN_THREAD. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/loader.h')
| -rw-r--r-- | linux-user/loader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/loader.h b/linux-user/loader.h index e0291cc3b0..6482c7c90c 100644 --- a/linux-user/loader.h +++ b/linux-user/loader.h @@ -82,7 +82,6 @@ struct linux_binprm { int (*core_dump)(int, const CPUArchState *); /* coredump routine */ }; -void do_init_main_thread(CPUState *cs, struct image_info *infop); abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp, abi_ulong stringp, int push_ptr); int loader_exec(int fdexec, const char *filename, char **argv, char **envp, |