signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 22 Sep 2018 07:54:33 +0000 (09:54 +0200)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 27 Sep 2018 19:54:10 +0000 (21:54 +0200)
commitaefab2b4c01ee67f2b60e400e46bad63d29c2603
treec54bfc5f61f718c342d04a0b49e7bbbfd185e48d
parent9ea3a9743cac4fd2e296223ae6a95bf11d7365d0
signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault

It gets easy to confuse what is going on when some code is shared and some not
so stop sharing the trivial bits of signal generation to make future updates
easier to understand.

Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/arm64/mm/fault.c