Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f81e12fc authored by Hanumath Prasad's avatar Hanumath Prasad
Browse files

sched: Export sched_setscheduler_nocheck() for qhmp



Export sched_setscheduler_nocheck() so that external
kernel modules can use it for qhmp scheduler.

Change-Id: Ifd819cf9ec9ad29542dec7dc57a444e235962676
Signed-off-by: default avatarHanumath Prasad <hpprasad@codeaurora.org>
parent f68526e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5501,6 +5501,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)