bsd-user: TARGET_RESET define is unused, remove it
authorWarner Losh <imp@bsdimp.com>
Wed, 22 Sep 2021 00:59:05 +0000 (18:59 -0600)
committerWarner Losh <imp@bsdimp.com>
Mon, 18 Oct 2021 18:51:39 +0000 (12:51 -0600)
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/i386/target_arch_cpu.h
bsd-user/x86_64/target_arch_cpu.h

index 978e8066af3ce7adad1a072a214be963ee4b7101..b28602adbbd4a44029bd397ad94c3c6fb32cd51c 100644 (file)
@@ -23,8 +23,6 @@
 
 #define TARGET_DEFAULT_CPU_MODEL "qemu32"
 
-#define TARGET_CPU_RESET(cpu)
-
 static inline void target_cpu_init(CPUX86State *env,
         struct target_pt_regs *regs)
 {
index 5f5ee602f92adadbc8d91bb41a499bfc993e0094..5172b230f0976645004bd22527b067ae5cdc4d15 100644 (file)
@@ -23,8 +23,6 @@
 
 #define TARGET_DEFAULT_CPU_MODEL "qemu64"
 
-#define TARGET_CPU_RESET(cpu)
-
 static inline void target_cpu_init(CPUX86State *env,
         struct target_pt_regs *regs)
 {