Merge pull request #327732 from thiagokokada/fix-linux-lqx

linuxKernel.kernels.linux_lqx: fix build
This commit is contained in:
Thiago Kenji Okada
2024-07-17 08:30:15 +01:00
committed by GitHub
@@ -62,7 +62,7 @@ let
RCU_FANOUT = freeform "64";
RCU_FANOUT_LEAF = freeform "16";
RCU_BOOST = yes;
RCU_BOOST_DELAY = freeform "500";
RCU_BOOST_DELAY = option (freeform "500");
RCU_NOCB_CPU = yes;
RCU_LAZY = yes;
RCU_DOUBLE_CHECK_CB_TIME = yes;
@@ -94,7 +94,7 @@ let
# https://github.com/damentz/liquorix-package/commit/a7055b936c0f4edb8f6afd5263fe1d2f8a5cd877
RCU_BOOST = no;
RCU_LAZY = no;
RCU_LAZY = lib.mkOverride 60 no;
# Swap storage is compressed with LZ4 using zswap
ZSWAP_COMPRESSOR_DEFAULT_LZ4 = lib.mkOptionDefault yes;