Re: [PATCH] tracing: fix compile failure on RT with PREEMPT_RT off
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2020-10-12 10:12:29
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2020-10-12 10:12:29
Also in:
lkml
On 2020-10-10 16:45:54 [-0500], Clark Williams wrote:
This patch is against v5.9-rc8-rt14 Fix a compile issue when CONFIG_PREEMPT_RT is not defined. If we're not on an RT kernel, just set the migration disabled status to zero.
Thank you. Let me fold it where it belongs. As of now, I don't know if we can keep it or have to use the trace events Peter made.
Signed-off-by: Clark Williams <clrkwllms@kernel.org>
Sebastian