Skip to content

Commit

Permalink
Project C for 6.11 (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
polq1200 authored Sep 19, 2024
1 parent 211bd15 commit 7d3bbc9
Show file tree
Hide file tree
Showing 2 changed files with 11,175 additions and 1 deletion.
2 changes: 1 addition & 1 deletion linux-tkg-config/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ _set_cpu_scheduler() {
elif [ "$_kver" = "610" ]; then
_avail_cpu_scheds=("eevdf" "bore" "pds" "bmq")
elif [ "$_kver" = "611" ]; then
_avail_cpu_scheds=("eevdf" "bore")
_avail_cpu_scheds=("eevdf" "bore" "pds" "bmq")
else
_avail_cpu_scheds=("$_default_cpu_sched")
fi
Expand Down
Loading

0 comments on commit 7d3bbc9

Please sign in to comment.