]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89e79e73a665a7c03ae0c48f83551c4b48a528e3
tree4c23f30899c1756bb1bb660d2e1a125e16ab5478
parent177a7e77559944bf0370713457420818a9b74461
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