commit | c14b88d76624e02b9895914b85b9d8b2c984563c | [log] [tgz] |
---|---|---|
author | Janosch Frank <frankja@linux.vnet.ibm.com> | Fri Jul 29 11:36:04 2016 +0200 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Sep 08 09:07:53 2016 +0200 |
tree | fb4e1c5f6c5a807b5cb6eca870cbb9dce873f92d | |
parent | b1ffffbd0f3bf362e578ee577437a8df5e06e495 [diff] |
KVM: s390: gaccess: simplify translation exception handling The payload data for protection exceptions is a superset of the payload of other translation exceptions. Let's set the additional flags and use a fall through to minimize code duplication. Signed-off-by: Janosch Frank <frankja@linux.vnet.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>