mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
Force CFS in zen-kernel not specified as BFS
svn path=/nixpkgs/trunk/; revision=19557
This commit is contained in:
parent
ef4198ec8d
commit
d2795e889c
@ -254,4 +254,10 @@ rec {
|
||||
HZ_300 y
|
||||
HZ 300
|
||||
'';
|
||||
|
||||
forceCFSched = ''
|
||||
SCHED_CFS? y
|
||||
SCHED_BFS? y
|
||||
NO_HZ? y
|
||||
'';
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ import ../kernel/generic.nix (
|
||||
${blockDevices}
|
||||
${bluetooth}
|
||||
${misc}
|
||||
${if stdenv.lib.attrByPath ["features" "ckSched"] false args then bfsched else ""}
|
||||
${if stdenv.lib.attrByPath ["features" "ckSched"] false args then bfsched else forceCFSched}
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user