Commit 2cca5426 authored by Peter Zijlstra's avatar Peter Zijlstra
Browse files

sched,psi: Convert to sched_set_fifo_low()



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.

Effectively no change.

Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: default avatarIngo Molnar <mingo@kernel.org>
Acked-by: default avatarJohannes Weiner <hannes@cmpxchg.org>
parent ce1c8afd
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -616,11 +616,8 @@ out:
static int psi_poll_worker(void *data)
{
	struct psi_group *group = (struct psi_group *)data;
	struct sched_param param = {
		.sched_priority = 1,
	};

	sched_setscheduler_nocheck(current, SCHED_FIFO, &param);
	sched_set_fifo_low(current);

	while (true) {
		wait_event_interruptible(group->poll_wait,