Skip to content
Snippets Groups Projects
Commit dbc6d0d5 authored by Peter Zijlstra's avatar Peter Zijlstra
Browse files

sched,crypto: Convert to sched_set_fifo*()


Because SCHED_FIFO is a broken scheduler model (see previous patches)
take away the priority field, the kernel can't possibly make an
informed decision.

Use sched_set_fifo() to request SCHED_FIFO and delegate
actual priority selection to userspace. Effectively no change in
behaviour.

Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: default avatarIngo Molnar <mingo@kernel.org>
Acked-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0030c1d4
No related branches found
No related tags found
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