Improve nest and latency nice flags
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
1ac7a7c86d
commit
15c09c660c
4
PKGBUILD
4
PKGBUILD
@ -272,12 +272,16 @@ if [ -n "$_bcachefs" ]; then
|
||||
fi
|
||||
## NEST Support
|
||||
if [ -n "$_nest" ]; then
|
||||
if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then
|
||||
source+=("${_patchsource}/sched/0001-NEST.patch")
|
||||
fi
|
||||
fi
|
||||
## Latency NICE Support
|
||||
if [ -n "$_latency_nice" ]; then
|
||||
if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then
|
||||
source+=("${_patchsource}/misc/0001-Add-latency-priority-for-CFS-class.patch")
|
||||
fi
|
||||
fi
|
||||
|
||||
export KBUILD_BUILD_HOST=cachyos
|
||||
export KBUILD_BUILD_USER=$pkgbase
|
||||
|
Loading…
Reference in New Issue
Block a user