]> Git Repo - qemu.git/commit - target/ppc/mmu_helper.c
target-ppc: Move ppc tlb_fill implementation into mmu_helper.c
authorDavid Gibson <[email protected]>
Tue, 12 Mar 2013 00:31:49 +0000 (00:31 +0000)
committerAlexander Graf <[email protected]>
Fri, 22 Mar 2013 14:28:53 +0000 (15:28 +0100)
commiteb20c1c6da60c8c75f08def03b0822a48af620ac
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/cpu.h
target-ppc/mem_helper.c
target-ppc/mmu_helper.c
This page took 0.021709 seconds and 4 git commands to generate.