commit | fe7b274729fc0bab9b4238f875695d36726a6b10 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon May 22 13:16:00 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jun 12 16:25:59 2017 +0200 |
tree | b3e2bbd55632476a77703224c1aee852e2cdafb9 | |
parent | dbed23dba0fb153c4566af59da7dfa06b780b0af [diff] |
s390/fault: use _ASCE_ORIGIN instead of PAGE_MASK When masking an ASCE to get its origin use the corresponding define instead of the unrelated PAGE_MASK. This doesn't fix a bug since both masks are identical. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>