Re: [PATCH] tracing: fix compile failure on RT with PREEMPT_RT off

2020-10-12 Thread Sebastian Andrzej Siewior
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

[PATCH] tracing: fix compile failure on RT with PREEMPT_RT off

2020-10-10 Thread Clark Williams
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. Signed-off-by: Clark Williams --- kernel/trace/trace.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-)