s390x/mmu: Move mmu_translate() and friends to separate file
commitdfebd7a7a9f8435fe5cd6c7d3901091db6322f99
authorThomas Huth <thuth@linux.vnet.ibm.com>
Thu, 12 Feb 2015 17:09:18 +0000 (12 18:09 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 18 Feb 2015 08:36:38 +0000 (18 09:36 +0100)
tree734249529f098c9982a1d3ee1920b0428d1f309c
parent2e13fbe42d7aed77d1b1c62b342d080c2510af0e
s390x/mmu: Move mmu_translate() and friends to separate file

helper.c is quite overcrowded already, so let's move the MMU
translation to a separate file instead (like it has been done
with the other targets already).

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/Makefile.objs
target-s390x/cpu.h
target-s390x/helper.c
target-s390x/mmu_helper.c [new file with mode: 0644]