]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 23 Mar 2020 15:56:11 +0000 (16:56 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jul 2020 09:02:05 +0000 (11:02 +0200)
Since commit 1f5c00cfdb tlb_flush() is called from cpu_common_reset().

Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200707070021.10031-2-f4bug@amsat.org>

target/avr/cpu.c

index e5979c9a9fbfc36dd360a0c9c6346a64eae9a55a..0cfc5f2e4bf22e110e1d2434ab4b2cfa0ad29c12 100644 (file)
@@ -78,8 +78,6 @@ static void avr_cpu_reset(DeviceState *ds)
     env->skip = 0;
 
     memset(env->r, 0, sizeof(env->r));
-
-    tlb_flush(cs);
 }
 
 static void avr_cpu_disas_set_info(CPUState *cpu, disassemble_info *info)