From 8a50e83bc0d032b192f205972cc2595f40a2710b Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Mon, 30 Oct 2023 22:27:27 +0100 Subject: [PATCH] Sync with Github Signed-off-by: Piotr Gorski --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index b10f713e4890..c062f201c990 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -313,7 +313,7 @@ prepare() { bore|hardened|cachyos) scripts/config -e SCHED_BORE;; eevdf) ;; rt) scripts/config -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -e PREEMPT_LAZY -d PREEMPT_DYNAMIC -e HAVE_PREEMPT_LAZY -d PREEMPT_BUILD;; - sched-ext) scripts/config -e SCHED_BORE SCHED_CLASS_EXT;; + sched-ext) scripts/config -e SCHED_BORE -e SCHED_CLASS_EXT;; *) _die "The value $_cpusched is invalid. Choose the correct one again.";; esac