Home
last modified time | relevance | path

Searched hist:e1656829719f9e8005ae281984b5624fc2604ad3 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sh/mm/
H A Dfault.cdiff e1656829719f9e8005ae281984b5624fc2604ad3 Tue Feb 05 18:38:15 CST 2019 Eric W. Biederman <ebiederm@xmission.com> 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>