linux_xanmod: enable preemption
This commit is contained in:
parent
7a71b54642
commit
167fde46fc
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ buildLinux (args // rec {
|
||||||
sha256 = "sha256-eFIWlguU1hnkAgTbRxSMTStq0X7XW4IT1/9XlQSgdMQ=";
|
sha256 = "sha256-eFIWlguU1hnkAgTbRxSMTStq0X7XW4IT1/9XlQSgdMQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
structuredExtraConfig = with lib.kernel; {
|
||||||
|
PREEMPT = lib.mkForce yes;
|
||||||
|
PREEMPT_VOLUNTARY = lib.mkForce no;
|
||||||
|
};
|
||||||
|
|
||||||
extraMeta = {
|
extraMeta = {
|
||||||
branch = "5.12-cacule";
|
branch = "5.12-cacule";
|
||||||
maintainers = with lib.maintainers; [ fortuneteller2k ];
|
maintainers = with lib.maintainers; [ fortuneteller2k ];
|
||||||
|
|
Loading…
Reference in a new issue