]> Git Repo - qemu.git/commit - target/ppc/mmu-hash32.c
mmu-hash*: Fold pte_check*() logic into caller
authorDavid Gibson <[email protected]>
Tue, 12 Mar 2013 00:31:32 +0000 (00:31 +0000)
committerAlexander Graf <[email protected]>
Fri, 22 Mar 2013 14:28:51 +0000 (15:28 +0100)
commit6a9801106ed90b8817128e15b187a9d5f71a54d9
treeaaecff34ed37b26817f9cd863f9196bcbc138ea9
parent181488987671841407c52b6f958650f68b66f3f4
mmu-hash*: Fold pte_check*() logic into caller

With previous cleanups made, the 32-bit and 64-bit pte_check*() functions
are pretty trivial and only have one call site.  This patch therefore
clarifies the overall code flow by folding those functions into their
call site.

Signed-off-by: David Gibson <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/mmu-hash32.c
target-ppc/mmu-hash64.c
This page took 0.023227 seconds and 4 git commands to generate.