Re: [PATCH v2 3/3] target/ppc: moved ppc_store_sdr1 to mmu_common.c

2021-06-10 Thread Bruno Piazera Larsen
On 10/06/2021 13:46, Lucas Mateus Castro (alqotel) wrote: Moved ppc_store_sdr1 to mmu_common.c as it was originally in mmu_helper.c. Signed-off-by: Lucas Mateus Castro (alqotel) --- target/ppc/cpu.c| 28 target/ppc/mmu_common.c | 28 +

[PATCH v2 3/3] target/ppc: moved ppc_store_sdr1 to mmu_common.c

2021-06-10 Thread Lucas Mateus Castro (alqotel)
Moved ppc_store_sdr1 to mmu_common.c as it was originally in mmu_helper.c. Signed-off-by: Lucas Mateus Castro (alqotel) --- target/ppc/cpu.c| 28 target/ppc/mmu_common.c | 28 2 files changed, 28 insertions(+), 28 deletions(-) di