Skip to content

Commit e534167

Browse files
bulwahnAlexander Gordeev
authored andcommitted
s390/Kconfig: remove obsolete configs SCHED_{BOOK,DRAWER}
Commit f104505 ("topology/sysfs: rework book and drawer topology ifdefery") activates the book and drawer topology, previously activated by CONFIG_SCHED_{BOOK,DRAWER}, dependent on the existence of certain macro definitions. Hence, since then, CONFIG_SCHED_{BOOK,DRAWER} have no effect and any further purpose. Remove the obsolete configs SCHED_{BOOK,DRAWER}. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Link: https://lore.kernel.org/r/20230508040916.16733-1-lukas.bulwahn@gmail.com Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
1 parent 6d9406f commit e534167

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/s390/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -469,19 +469,11 @@ config SCHED_SMT
469469
config SCHED_MC
470470
def_bool n
471471

472-
config SCHED_BOOK
473-
def_bool n
474-
475-
config SCHED_DRAWER
476-
def_bool n
477-
478472
config SCHED_TOPOLOGY
479473
def_bool y
480474
prompt "Topology scheduler support"
481475
select SCHED_SMT
482476
select SCHED_MC
483-
select SCHED_BOOK
484-
select SCHED_DRAWER
485477
help
486478
Topology scheduler support improves the CPU scheduler's decision
487479
making when dealing with machines that have multi-threading,

0 commit comments

Comments
 (0)