Skip to content

Commit 69fe4c4

Browse files
committed
linux-cachyos-rc: Fix scheduler selection
Signed-off-by: Peter Jung <admin@ptr1337.dev>
1 parent 5db083b commit 69fe4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux-cachyos-rc/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ prepare() {
334334

335335
### Selecting the CPU scheduler
336336
case "$_cpusched" in
337-
bore|hardened) scripts/config -e SCHED_BORE;;
337+
cachyos|bore|hardened) scripts/config -e SCHED_BORE;;
338338
bmq) scripts/config -e SCHED_ALT -e SCHED_BMQ;;
339339
eevdf) ;;
340340
rt) scripts/config -e PREEMPT_RT;;

0 commit comments

Comments
 (0)