mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Bump to 6.9-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
dbed0ca72f
commit
fdbe1ee223
1 changed files with 5 additions and 4 deletions
9
PKGBUILD
9
PKGBUILD
|
|
@ -13,7 +13,7 @@ _cachy_config=${_cachy_config-y}
|
|||
# ATTENTION - only one of the following values can be selected:
|
||||
# 'bore' - select 'Burst-Oriented Response Enhancer'
|
||||
# 'hardened' - select 'BORE Scheduler hardened' ## kernel with hardened config and hardening patches with the bore scheduler
|
||||
# 'cachyos' - select 'Sched-Ext Scheduler Framework Variant Scheduler'
|
||||
# 'cachyos' - select 'Sched-Ext Scheduler Framework Variant Scheduler with BORE Scheduler'
|
||||
# 'eevdf' - select 'EEVDF Scheduler'
|
||||
# 'rt' - select EEVDF, but includes a series of realtime patches
|
||||
# 'rt-bore' - select Burst-Oriented Response Enhancer, but includes a series of realtime patches
|
||||
|
|
@ -202,8 +202,9 @@ fi
|
|||
|
||||
## List of CachyOS schedulers
|
||||
case "$_cpusched" in
|
||||
cachyos) # CachyOS Scheduler (Sched-ext + Cachy Sauce)
|
||||
source+=("${_patchsource}/sched/0001-sched-ext.patch");;
|
||||
cachyos) # CachyOS Scheduler (Sched-ext + BORE + Cachy Sauce)
|
||||
source+=("${_patchsource}/sched/0001-sched-ext.patch"
|
||||
"${_patchsource}/sched/0001-bore-cachy-ext.patch");;
|
||||
bore) ## BORE Scheduler
|
||||
source+=("${_patchsource}/sched/0001-bore-cachy.patch");;
|
||||
echo) ## ECHO Scheduler
|
||||
|
|
@ -274,7 +275,7 @@ prepare() {
|
|||
[ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."
|
||||
|
||||
case "$_cpusched" in
|
||||
cachyos) scripts/config -e SCHED_CLASS_EXT;;
|
||||
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE;;
|
||||
bore|hardened) scripts/config -e SCHED_BORE;;
|
||||
echo) scripts/config -e ECHO_SCHED;;
|
||||
eevdf) ;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue