packages/linux-lava: remove deleted patch, and switch to bore

This commit is contained in:
LavaDesu 2025-06-17 18:34:50 +10:00
parent 38e624851b
commit 72eca4fb05
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 5 additions and 2 deletions

View file

@ -56,6 +56,10 @@ let
INIT_STACK_ALL_ZERO = yes;
INIT_STACK_NONE = no;
# bore
SCHED_BORE = yes;
MIN_BASE_SLICE_NS = freeform "2000000";
# tickless timers
HZ_PERIODIC = no;
NO_HZ = yes;

View file

@ -9,9 +9,8 @@ let
tkgPatches = [
"0002-clear-patches"
"0003-glitched-base"
"0003-glitched-eevdf-additions"
"0001-bore"
"0003-glitched-cfs"
"0007-v${mm}-fsync_legacy_via_futex_waitv"
"0012-misc-additions"
];