Skip to content
Commit c0b3b7de authored by Qais Yousef's avatar Qais Yousef
Browse files

rcu: Use a new sched_set_rcu_fifo() to set gp kthread prio



sched_setscheduler() is considsered a private function now. To
facilitate the transition we need to move existing users to a better
API.

RCU sets the priority of its grace period kthread via kernel parameter.
This is a special case, hence create a special function that uses this
kernel parameter to convert a task to fifo.

It is meant to be singly used by RCU.

Signed-off-by: Qais Yousef's avatarQais Yousef <qais.yousef@arm.com>
parent 347681c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment