]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Don't compile ppc_tlb_invalid_all without TCG
authorLucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Thu, 8 Jul 2021 16:49:54 +0000 (13:49 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 9 Jul 2021 00:44:25 +0000 (10:44 +1000)
commit89bb5a4dfdef8316e840ab090ef04a5b7117731b
tree767111c9ca966c3a719a3d4b834ef233fc9481f6
parent5f2eb04961011de0ed15160ee17c8f85c8c30b73
target/ppc: Don't compile ppc_tlb_invalid_all without TCG

The function ppc_tlb_invalid_all is not compiled anymore in a TCG-less
environment, and the call to that function has been disabled in this
situation

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