Skip to content

Commit

Permalink
kernel-cachyos/bore: Restore base time slice to 2ms (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Naim <dnaim@cachyos.org>
  • Loading branch information
1Naim authored Oct 2, 2024
1 parent d163f84 commit 2523d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/kernel-cachyos-bore/kernel-cachyos-lto.spec
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ scripts/config -u LOCALVERSION
scripts/config -e CACHY

# Enable BORE Scheduler
scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000
scripts/config -e SCHED_BORE

%if %{llvm_kbuild} && 0%{?fedora} == 41
# Disable debug on LTO + Fedora 41
Expand Down
2 changes: 1 addition & 1 deletion sources/kernel-cachyos-bore/kernel-cachyos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ scripts/config -u LOCALVERSION
scripts/config -e CACHY

# Enable BORE Scheduler
scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000
scripts/config -e SCHED_BORE

%if %{llvm_kbuild} && 0%{?fedora} == 41
# Disable debug on LTO + Fedora 41
Expand Down

0 comments on commit 2523d88

Please sign in to comment.