target/ppc: moved ppc_store_lpcr to misc_helper.c
commit45998ffcb4ccd2632ae2731f9572d5272ec794f0
authorLucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Thu, 6 May 2021 16:39:40 +0000 (6 13:39 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (19 10:30 +1000)
tree8e7ce050262a557407528320f50d5763f489c1ed
parentfd1eb085da662e80909dfb27c69276a7336f118e
target/ppc: moved ppc_store_lpcr to misc_helper.c

Moved the function ppc_store from mmu-hash64.c to misc_helper.c and the
prototype from mmu-hash64.h to cpu.h as it is a more appropriate place,
but it will have to have its implementation moved to a new file as
misc_helper.c should not be compiled in a !TCG environment.

Signed-off-by: Lucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Message-Id: <20210506163941.106984-4-lucas.araujo@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h
target/ppc/misc_helper.c
target/ppc/mmu-hash64.c
target/ppc/mmu-hash64.h