Re: [Qemu-devel] [PATCH 11/20] target/openrisc: Reduce tlb to a single dimension

2018-05-27 Thread Philippe Mathieu-Daudé
On 05/27/2018 11:13 AM, Richard Henderson wrote: > While we had defines for *_WAY, we didn't define more than 1. > Reduce the complexity by eliminating this unused dimension. > > Signed-off-by: Richard Henderson > --- > target/openrisc/cpu.h| 6 ++ > target/openrisc/machine.c|

[Qemu-devel] [PATCH 11/20] target/openrisc: Reduce tlb to a single dimension

2018-05-27 Thread Richard Henderson
While we had defines for *_WAY, we didn't define more than 1. Reduce the complexity by eliminating this unused dimension. Signed-off-by: Richard Henderson --- target/openrisc/cpu.h| 6 ++ target/openrisc/machine.c| 6 ++ target/openrisc/mmu.c| 30 ---