signal/sh: Remove tsk parameter from force_sig_info_fault
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 6 Feb 2019 00:38:15 +0000 (18:38 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 29 May 2019 14:31:42 +0000 (09:31 -0500)
commite1656829719f9e8005ae281984b5624fc2604ad3
treeb641a2ea01688e970b3907d19a46a25fdeb5b911
parent9d631759818b9e53795ddaea2d3e807a485cd294
signal/sh: Remove tsk parameter from force_sig_info_fault

The force_sig_info_fault function is always called with tsk == current.
Make that explicit by removing the tsk parameter.

This also makes it clear that the sh force_sig_info_fault passes
current into force_sig_fault.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/sh/mm/fault.c