aboutsummaryrefslogtreecommitdiff
path: root/target/avr
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-03-23 16:56:11 +0100
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-07-11 11:02:05 +0200
commita291bc851d482907d643db990b70c1cdb98c730a (patch)
tree6db195568bd41bf4d460024101cfec792bdc48e8 /target/avr
parentc0a659f9de8230289f6d1906b6a24c7d228c12de (diff)
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>
Diffstat (limited to 'target/avr')
-rw-r--r--target/avr/cpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/avr/cpu.c b/target/avr/cpu.c
index e5979c9a9f..0cfc5f2e4b 100644
--- a/target/avr/cpu.c
+++ b/target/avr/cpu.c
@@ -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)