On Fri, 24 Jul 2020 23:50:03 +0200
peterz(a)infradead.org wrote:
- if (producer_fifo < 0)
+ if (producer_fifo)
+ trace_printk("Running Producer at SCHED_FIFO %s\n",
+ consumer_fifo == 1 ? "low" : "high");
I'm going to take cut-and-paste away from you!
-- Steve
> + else
> trace_printk("Running Producer at nice: %d\n",
> producer_nice);