fix
This commit is contained in:
parent
dfc2cdbd89
commit
df5bfd14d6
1 changed files with 2 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ let
|
||||||
base = mapBoolToKernel false (builtins.map (e: "RQ_${lib.toUpper e}") types);
|
base = mapBoolToKernel false (builtins.map (e: "RQ_${lib.toUpper e}") types);
|
||||||
in
|
in
|
||||||
if (scheduler == "muqss") then
|
if (scheduler == "muqss") then
|
||||||
if (builtins.elem type types)
|
if (builtins.elem runqueueSharing types)
|
||||||
then base // { "RQ_${lib.toUpper type}" = yes; }
|
then base // { "RQ_${lib.toUpper runqueueSharing}" = yes; }
|
||||||
else throw "Unknown runqueueSharing type"
|
else throw "Unknown runqueueSharing type"
|
||||||
else {};
|
else {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue