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 y
|
||||||
HZ 300
|
HZ 300
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
forceCFSched = ''
|
||||||
|
SCHED_CFS? y
|
||||||
|
SCHED_BFS? y
|
||||||
|
NO_HZ? y
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ import ../kernel/generic.nix (
|
|||||||
${blockDevices}
|
${blockDevices}
|
||||||
${bluetooth}
|
${bluetooth}
|
||||||
${misc}
|
${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 = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user