s390/fault: use _ASCE_ORIGIN instead of PAGE_MASK
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 22 May 2017 11:16:00 +0000 (13:16 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 12 Jun 2017 14:25:59 +0000 (16:25 +0200)
commitfe7b274729fc0bab9b4238f875695d36726a6b10
treeb3e2bbd55632476a77703224c1aee852e2cdafb9
parentdbed23dba0fb153c4566af59da7dfa06b780b0af
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>
arch/s390/mm/fault.c