target/ppc: moved ppc_store_sdr1 to mmu_common.c
authorLucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Fri, 23 Jul 2021 17:56:26 +0000 (14:56 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 27 Aug 2021 02:41:13 +0000 (12:41 +1000)
commitd6ae8ec6ef2635e521e89fc8708b84245cf00013
tree12e7940bb1e99932716af73fa64e79a5fc47d4e9
parent5118ebe8396d2b98217b3d4719e3a420dfb0a929
target/ppc: moved ppc_store_sdr1 to mmu_common.c

ppc_store_sdr1 was at first in mmu_helper.c and was moved as part
the patches to enable the disable-tcg option, now it's being moved
back to a file that will be compiled with that option

Signed-off-by: Lucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Message-Id: <20210723175627.72847-3-lucas.araujo@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.c
target/ppc/mmu_common.c