signal/unicore32: Remove tsk parameter from __do_user_fault
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 7 Feb 2019 16:05:12 +0000 (10:05 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 29 May 2019 14:31:43 +0000 (09:31 -0500)
commitec74e9205e064af6a7076faabe649335acc78b69
treee04e01e867715a9641176adb0d0be1c09780b5ef
parentfd65cc848e3f50281eb163e2d54f1e33f28e15bf
signal/unicore32: Remove tsk parameter from __do_user_fault

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

This makes it clear that __do_user_fault calls force_sig_fault
on the current task.

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