Merge pull request #128007 from fortuneteller2k/preempt-xanmod

linux_xanmod: match features on homepage

authored by

Sandro and committed by
GitHub
e50f3495 eb1b4730

+7
+7
pkgs/os-specific/linux/kernel/linux-xanmod.nix
··· 15 sha256 = "sha256-eFIWlguU1hnkAgTbRxSMTStq0X7XW4IT1/9XlQSgdMQ="; 16 }; 17 18 extraMeta = { 19 branch = "5.12-cacule"; 20 maintainers = with lib.maintainers; [ fortuneteller2k ];
··· 15 sha256 = "sha256-eFIWlguU1hnkAgTbRxSMTStq0X7XW4IT1/9XlQSgdMQ="; 16 }; 17 18 + structuredExtraConfig = with lib.kernel; { 19 + PREEMPT = lib.mkForce yes; 20 + PREEMPT_VOLUNTARY = lib.mkForce no; 21 + NO_HZ_FULL = yes; 22 + HZ_500 = yes; 23 + }; 24 + 25 extraMeta = { 26 branch = "5.12-cacule"; 27 maintainers = with lib.maintainers; [ fortuneteller2k ];