mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
Merge "sched: Export sched_setscheduler_nocheck()"
This commit is contained in:
commit
71ddf5daed
1 changed files with 1 additions and 0 deletions
|
@ -6668,6 +6668,7 @@ int sched_setscheduler_nocheck(struct task_struct *p, int policy,
|
|||
{
|
||||
return _sched_setscheduler(p, policy, param, false);
|
||||
}
|
||||
EXPORT_SYMBOL(sched_setscheduler_nocheck);
|
||||
|
||||
static int
|
||||
do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param)
|
||||
|
|
Loading…
Reference in a new issue