From 23427ba26d2b27c92513c5c007dcd735131f7f53 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Sun, 14 Jul 2024 20:31:53 +0200 Subject: [PATCH] sched-ext: Drop temporarily disabled schedulers from 1.0.0 release Signed-off-by: Peter Jung --- src/schedext-window.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/schedext-window.cpp b/src/schedext-window.cpp index d546df2..f5162f7 100644 --- a/src/schedext-window.cpp +++ b/src/schedext-window.cpp @@ -105,12 +105,9 @@ SchedExtWindow::SchedExtWindow(QWidget* parent) QStringList sched_names; sched_names << "scx_bpfland" << "scx_central" - << "scx_flatcg" << "scx_lavd" << "scx_layered" - << "scx_mitosis" << "scx_nest" - << "scx_pair" << "scx_qmap" << "scx_rlfifo" << "scx_rustland"