ARM: 9128/1: mm: Refactor the __do_page_fault()
authorWang Kefeng <wangkefeng.wang@huawei.com>
Wed, 22 Sep 2021 13:56:27 +0000 (14:56 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 19 Oct 2021 09:34:30 +0000 (10:34 +0100)
commitcaed89dab0ca0e73d7e016c04e1f5957650f4ec3
treeeb778d7eece9f4d971310fa9f90c1b39951d5d9b
parent4aede550f104158963260cdb736d0889a7671d6f
ARM: 9128/1: mm: Refactor the __do_page_fault()

Clean up the multiple goto statements and drops local variable
vm_fault_t fault, which will make the __do_page_fault() much more
readability.

No functional change.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/mm/fault.c