signal/arm64: Expand __do_user_fault and remove it
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 22 Sep 2018 08:05:41 +0000 (10:05 +0200)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 27 Sep 2018 19:54:18 +0000 (21:54 +0200)
commiteffb093ad28b69230aad222650ec954a21c06ede
treeff768f010d47809075e525d73a22ec299e6bd4ef
parentaefab2b4c01ee67f2b60e400e46bad63d29c2603
signal/arm64: Expand __do_user_fault and remove it

Not all of the signals passed to __do_user_fault can be handled
the same way so expand the now tiny __do_user_fault in it's callers
and remove it.

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