On Wed, 10 Nov 2021 20:24:48 +
Valentin Schneider wrote:
> Per PREEMPT_DYNAMIC, checking CONFIG_PREEMPT doesn't tell you the actual
> preemption model of the live kernel. Use the newly-introduced accessors
> instead.
>
> Signed-off-by: Valentin Schneider
> ---
> kernel/trace/trace.c | 14 +
Per PREEMPT_DYNAMIC, checking CONFIG_PREEMPT doesn't tell you the actual
preemption model of the live kernel. Use the newly-introduced accessors
instead.
Signed-off-by: Valentin Schneider
---
kernel/trace/trace.c | 14 --
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a