From 031fe7af8a856cf42b0d1d9fb6188acbf7b64fd1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 3 Aug 2021 19:05:40 -0600 Subject: bsd-user: Move per-cpu code into target_arch_cpu.h Move cpu_loop() into target_cpu_loop(), and put that in target_arch_cpu.h for each architecture. Signed-off-by: Stacey Son Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- bsd-user/qemu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bsd-user/qemu.h') diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 6c4ec61d76..5e4cbb40d4 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -82,6 +82,7 @@ typedef struct TaskState { pid_t ts_tid; /* tid (or pid) of this task */ struct TaskState *next; + struct bsd_binprm *bprm; int used; /* non zero if used */ struct image_info *info; -- cgit 1.4.1