cfg: Enable _random_trust_cpu by default

See https://github.com/Frogging-Family/linux-tkg/issues/646
This commit is contained in:
Tk-Glitch
2022-11-22 14:30:54 +01:00
parent 81c14e1950
commit f5cd3ea3b3

View File

@@ -218,7 +218,7 @@ _tt_high_hz="false"
_smt_nice=""
# Trust the CPU manufacturer to initialize Linux's CRNG (RANDOM_TRUST_CPU) - Kernel default is "false"
_random_trust_cpu="false"
_random_trust_cpu="true"
# MuQSS only - CPU scheduler runqueue sharing - No sharing (RQ_NONE), SMT (hyperthread) siblings (RQ_SMT), Multicore siblings (RQ_MC), Symmetric Multi-Processing (RQ_SMP), NUMA (RQ_ALL)
# Valid values are "none", "smt", "mc", "mc-llc"(for zen), "smp", "all" - Kernel default is "smt"