signal/x86: Replace force_sig_info_fault with force_sig_fault
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 17 Sep 2018 23:32:23 +0000 (01:32 +0200)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 21 Sep 2018 13:26:24 +0000 (15:26 +0200)
commitb4fd52f25c614f6904b86f708c20c82951c152ca
tree4c23f30899c1756bb1bb660d2e1a125e16ab5478
parent9db812dbb29d6244a9192e220deebdbc0080b38c
signal/x86: Replace force_sig_info_fault with force_sig_fault

Now that the pkey handling has been removed force_sig_info_fault and
force_sig_fault perform identical work.  Just the type of the address
paramter is different.  So replace calls to force_sig_info_fault with
calls to force_sig_fault, and remove force_sig_info_fault.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/x86/mm/fault.c