Force CFS in zen-kernel not specified as BFS
svn path=/nixpkgs/trunk/; revision=19557
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user