Skip to content

Commit dd88d2f

Browse files
committed
include/category/benchmark: simplify the preempt mode selection
Signed-off-by: Philip Li <philip.li@intel.com>
1 parent c638e59 commit dd88d2f

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

include/category/benchmark

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,11 @@ need_kconfig:
2020
- EXPERT: y
2121

2222
# preempt related settings to have fair comparison between different commits
23-
- PREEMPT_VOLUNTARY: y
2423
- PREEMPT_NONE: n
24+
# - PREEMPT_VOLUNTARY: y
2525
- PREEMPT: n
2626
- PREEMPT_RT: n
27-
# c597bfddc9e9 ("sched: Provide Kconfig support for default dynamic preempt mode")
28-
#
29-
# this commit changes kconfig and below ones are now required to set
30-
# explicitly to make sure PREEMPT_VOLUNTARY is still selected.
3127
- PREEMPT_DYNAMIC: n
32-
- PREEMPT_VOLUNTARY_BEHAVIOUR: y
33-
- PREEMPT_BEHAVIOUR: n
34-
- PREEMPT_NONE_BEHAVIOUR: n
35-
# a8b76910e465 ("preempt: Restore preemption model selection configs")
36-
#
37-
# this commit changes kconfig back to use PREEMPT_VOLUNTARY which
38-
# "select PREEMPT_VOLUNTARY_BUILD if !PREEMPT_DYNAMIC". Below settings
39-
# are duplicated to above ones, just specify them here to be clear
40-
- PREEMPT_DYNAMIC: n
41-
- PREEMPT_VOLUNTARY: y
42-
- PREEMPT_NONE: n
43-
- PREEMPT: n
44-
- PREEMPT_RT: n
4528

4629
# default monitors
4730
kmsg:

0 commit comments

Comments
 (0)