linux_xanmod: enable preemption

This commit is contained in:
fortuneteller2k 2021-06-24 19:07:18 +08:00
parent 7a71b54642
commit 167fde46fc

View file

@ -15,6 +15,11 @@ buildLinux (args // rec {
sha256 = "sha256-eFIWlguU1hnkAgTbRxSMTStq0X7XW4IT1/9XlQSgdMQ=";
};
structuredExtraConfig = with lib.kernel; {
PREEMPT = lib.mkForce yes;
PREEMPT_VOLUNTARY = lib.mkForce no;
};
extraMeta = {
branch = "5.12-cacule";
maintainers = with lib.maintainers; [ fortuneteller2k ];