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

Commit 46f87f1d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Export sched_setscheduler_nocheck() for qhmp"

parents bb4b019a f81e12fc
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)