Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
a28c30d664
commit
b5df1dceac
12
PKGBUILD
12
PKGBUILD
@ -243,12 +243,6 @@ if [ -n "$_latency_nice" ]; then
|
||||
source+=("${_patchsource}/misc/0001-Add-latency-priority-for-CFS-class.patch")
|
||||
fi
|
||||
fi
|
||||
## NEST Support
|
||||
if [ -n "$_nest" ]; then
|
||||
if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then
|
||||
source+=("${_patchsource}/sched/0001-NEST.patch")
|
||||
fi
|
||||
fi
|
||||
## BMQ Scheduler
|
||||
if [ "$_cpusched" = "bmq" ]; then
|
||||
source+=("${_patchsource}/sched/0001-prjc-cachy.patch")
|
||||
@ -288,6 +282,12 @@ if [ -n "$_use_kcfi" ]; then
|
||||
LLVM=1
|
||||
)
|
||||
fi
|
||||
## NEST Support
|
||||
if [ -n "$_nest" ]; then
|
||||
if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then
|
||||
source+=("${_patchsource}/sched/0001-NEST.patch")
|
||||
fi
|
||||
fi
|
||||
## bcachefs Support
|
||||
if [ -n "$_bcachefs" ]; then
|
||||
source+=("${_patchsource}/misc/0001-bcachefs-after-lru.patch")
|
||||
|
Loading…
Reference in New Issue
Block a user