Skip to content

Commit d4e0cc2

Browse files
committed
perf(config): make x86 preemption mode static
Disable dynamic preemption in the x86 firmware configuration so the PREEMPT_NONE selection is compiled as the sole scheduling model. Keep this change isolated for hardlink throughput and responsiveness A/B testing before it is considered for the cumulative stack.
1 parent e0d29a8 commit d4e0cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config-libkrunfw_x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ CONFIG_PREEMPT_NONE=y
128128
# CONFIG_PREEMPT_RT is not set
129129
CONFIG_PREEMPT_COUNT=y
130130
CONFIG_PREEMPTION=y
131-
CONFIG_PREEMPT_DYNAMIC=y
131+
# CONFIG_PREEMPT_DYNAMIC is not set
132132
# CONFIG_SCHED_CORE is not set
133133

134134
#

0 commit comments

Comments
 (0)