s390x/mmu: Use access type definitions instead of magic values
commit217a4acb211d603f33199cf94ada9fce3ac419b5
authorThomas Huth <thuth@linux.vnet.ibm.com>
Thu, 19 Mar 2015 14:04:50 +0000 (19 15:04 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Thu, 30 Apr 2015 11:21:42 +0000 (30 13:21 +0200)
treea365cb387c56abaa8d506209a438394a93a62f42
parentb4ab4572b319f2c26435b2ed18cfd3fb602c7439
s390x/mmu: Use access type definitions instead of magic values

Since there are now proper definitions for the MMU access type,
let's use them in the s390x MMU code, too, instead of the
hard-to-understand magic values.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/helper.c
target-s390x/mmu_helper.c