s390/pfault: use UL instead of ULL
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 24 Jul 2023 15:20:27 +0000 (17:20 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 29 Jul 2023 12:57:18 +0000 (14:57 +0200)
commitb60624bb0a94126a26b9ac9653b4668a1a70ba2a
tree73982afcda5d4d2c8d2cf4913e028f3a0e3c8665
parentc28c07fe235ccaafe11003393de064b2a24dd2e3
s390/pfault: use UL instead of ULL

Remove another leftover of the 31 bit area: replace the not needed
"unsigned long long" suffix with "unsigned long", and stay consistent
with the rest of the code.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/mm/pfault.c