target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()

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>
This commit is contained in:
Philippe Mathieu-Daudé 2020-03-23 16:56:11 +01:00
parent c0a659f9de
commit a291bc851d
1 changed files with 0 additions and 2 deletions

View 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)