xanmod-kernels: change to full preemption

follows the commit c92d295551
This commit is contained in:
zzzsyyy 2024-04-15 08:20:31 +08:00
parent 5ebb9b551e
commit d6b6cc93c4
No known key found for this signature in database
GPG Key ID: 3F2409FFE586FB7F
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ let
CPU_FREQ_DEFAULT_GOV_PERFORMANCE = lib.mkOverride 60 yes;
CPU_FREQ_DEFAULT_GOV_SCHEDUTIL = lib.mkOverride 60 no;
# Full preemption
PREEMPT = lib.mkOverride 60 yes;
PREEMPT_VOLUNTARY = lib.mkOverride 60 no;
# Google's BBRv3 TCP congestion Control
TCP_CONG_BBR = yes;
DEFAULT_BBR = yes;