Re: [PATCH 1/3] target/avr: Drop tlb_flush() in avr_cpu_reset()

2020-07-07 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Since commit 1f5c00cfdb tlb_flush() is called from cpu_common_reset(). > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée > --- > target/avr/cpu.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/target/avr/cpu.c b/target/avr/cpu.c

[PATCH 1/3] target/avr: Drop tlb_flush() in avr_cpu_reset()

2020-07-06 Thread Philippe Mathieu-Daudé
Since commit 1f5c00cfdb tlb_flush() is called from cpu_common_reset(). Signed-off-by: Philippe Mathieu-Daudé --- target/avr/cpu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/avr/cpu.c b/target/avr/cpu.c index 4e4dd4f6aa..50fb1c378b 100644 --- a/target/avr/cpu.c +++ b/target/avr/c