s390/mm,fault: get rid of do_low_address()
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 12 Oct 2023 07:40:46 +0000 (09:40 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 23 Oct 2023 16:21:22 +0000 (18:21 +0200)
commit5db06565cad67442e4677e7c0da7f7dad1eccb03
treea53fe8b1ca841460724fc1bd9be570d040995e9a
parentcca12b427d43bb57be207d634e1d44e9792d1cb4
s390/mm,fault: get rid of do_low_address()

There is only one caller of do_low_address(). Given that this code is
quite special just get rid of do_low_address, and add it to
do_protection_exception() in order to make the code a bit more
readable.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/mm/fault.c