Re: [Qemu-devel] [PATCH 10/20] target/openrisc: Merge mmu_helper.c into mmu.c
On 05/27/2018 11:13 AM, Richard Henderson wrote: > With tlb_fill in mmu.c, we can simplify things further. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/openrisc/mmu.c | 11 ++ > target/openrisc/mmu_helper.c | 40 -
[Qemu-devel] [PATCH 10/20] target/openrisc: Merge mmu_helper.c into mmu.c
With tlb_fill in mmu.c, we can simplify things further. Signed-off-by: Richard Henderson --- target/openrisc/mmu.c | 11 ++ target/openrisc/mmu_helper.c | 40 --- target/openrisc/Makefile.objs | 2 +- 3 files changed, 12 insertions(+), 41 deletio