signal: Remove task parameter from force_sig_mceerr
All of the callers pass current into force_sig_mceer so remove the task parameter to make this obvious. This also makes it clear that force_sig_mceerr passes current into force_sig_info. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
@@ -403,7 +403,7 @@ bad_area:
|
||||
lsb = PAGE_SHIFT;
|
||||
|
||||
force_sig_mceerr(BUS_MCEERR_AR, (void __user *) address,
|
||||
lsb, current);
|
||||
lsb);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user