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

Commit f071cb36 authored by threader's avatar threader Committed by Bernhard Thoben
Browse files

binder: must have forgotten this in commit ce388e00bbe4cc7b27415ba309ecd9176068480b

Author: Martijn Coenen <maco@google.com>
Date:   Tue Jun 6 17:04:42 2017 -0700

    ANDROID: binder: add support for RT prio inheritance.
parent 7dabb675
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1168,6 +1168,10 @@ static void binder_do_set_priority(struct task_struct *task,
			      task->pid, desired.prio,
			      to_kernel_prio(policy, priority));

	trace_binder_set_priority(task->tgid, task->pid, task->normal_prio,
				  to_kernel_prio(policy, priority),
				  desired.prio);

	/* Set the actual priority */
	if (task->policy != policy || is_rt_policy(policy)) {
		struct sched_param params;