Skip to content

Disable CONFIG_DEBUG_PREEMPT on normal builds

Phil Auld requested to merge prauld/kernel-ark:dbg_preempt into os-build

When we enabled PREEMPT_DYNAMIC we also picked up CONFIG_DEBUG_PREEMPT
which causes noticable performance issues with syscall microbenchmarks.
Disable this on normal builds and enable it for the debug build only.

Signed-off-by: Phil Auld pauld@redhat.com

Merge request reports