s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 12 Oct 2023 07:40:52 +0000 (09:40 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 23 Oct 2023 16:21:23 +0000 (18:21 +0200)
commitb20c8216c1e0d5a5a5c9f40df0cf9bbc795e84f1
tree886a3e01c8bba4242715cc1a475e778bb29208a2
parent7c194d84a9ce662426b2ecb59da54bb80c6b1d91
s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()

Get rid of do_fault_error() and move its contents to do_exception(),
which makes do_exception(). With removing do_fault_error() it is also
possible to get rid of the handle_fault_error_nolock() wrapper.
Instead rename do_no_context() to handle_fault_error_nolock().

In result the whole fault handling looks much more like on other
architectures.

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