OSDN Git Service

s390x/helper: Added format control bit to MMU translation
authorThomas Huth <thuth@linux.vnet.ibm.com>
Fri, 25 Apr 2014 13:37:19 +0000 (15:37 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 7 May 2014 08:17:35 +0000 (10:17 +0200)
commitc4400206d43b6a235299c7047cca0af93269fc03
tree4e2f65ba44e4bb428aca4924356e73acd71aeb0c
parent422f32c5b12e392676017e637a0ebeaae194faab
s390x/helper: Added format control bit to MMU translation

With the EDAT-1 facility, the MMU translation can stop at the
segment table already, pointing to a 1 MB block. And while we're
at it, move the page table entry handling to a separate function,
too, as suggested by Alexander Graf.

Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/cpu.h
target-s390x/helper.c