]> Git Repo - qemu.git/commit
s390x/mmu: Clean up mmu_translate_asc()
authorThomas Huth <[email protected]>
Thu, 12 Feb 2015 17:09:29 +0000 (18:09 +0100)
committerChristian Borntraeger <[email protected]>
Wed, 18 Feb 2015 08:37:14 +0000 (09:37 +0100)
commit9d77309c9fedca33525cae820b9eff6f35c795f4
tree478cceecd81a9bb7dd00f6e00f971003732f48c6
parentb4ecbf8071022a2042624baaff78cab2bf7e94af
s390x/mmu: Clean up mmu_translate_asc()

We can get rid of the switch(asc) in mmu_translate_asc() by simply
selecting the right control register ASCE in the mmu_translate()
function already.
This patch is based on an original patch/idea by Ralf Hoppe.

Signed-off-by: Thomas Huth <[email protected]>
Signed-off-by: Jens Freimann <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
target-s390x/mmu_helper.c
This page took 0.025207 seconds and 4 git commands to generate.