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

moved store_40x_sler from mmu_common.c to helper_regs.c as it is
a function to store a value in a special purpose register, so
moving it to a file focused in special register manipulation
is more appropriate.

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