Merge pull request #128007 from fortuneteller2k/preempt-xanmod

linux_xanmod: match features on homepage
This commit is contained in:
Sandro 2021-06-26 17:54:39 +02:00 committed by GitHub
commit e50f34959a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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