target-ppc: Move ppc tlb_fill implementation into mmu_helper.c
commiteb20c1c6da60c8c75f08def03b0822a48af620ac
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2013 00:31:49 +0000 (12 00:31 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 14:28:53 +0000 (22 15:28 +0100)
tree744b0f4e0615ef4966b6bcca5fd4b87259704564
parentcc8eae8ac7a493b6968238cf8aa5a21026858bae
target-ppc: Move ppc tlb_fill implementation into mmu_helper.c

For softmmu builds the interface from the generic code to the target
specific MMU implementation is through the tlb_fill() function.  For ppc
this is currently in mem_helper.c, whereas it would make more sense in
mmu_helper.c.  This patch moves it, which also allows
cpu_ppc_handle_mmu_fault() to become a local function in mmu_helper.c

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/mem_helper.c
target-ppc/mmu_helper.c