summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hancock <dhancock@camelot.network>2023-03-08 19:05:21 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-03-13 08:31:21 +0000
commitbe58642bbf0d8585ddd33a62e3d4c0aa4e8e64a6 (patch)
treedf0b7125539602851c6697b098655c0d303db4c7
parentlinux_xanmod_latest: 6.1.14 -> 6.2.2 (diff)
downloadnixpkgs-origin/backport-220121-to-release-22.11.tar.gz
linux_xanmod: remove LRU optionorigin/backport-220121-to-release-22.11
(cherry picked from commit b23a5794db78b057cf65cfcd4934a9c2a77aff8d)
-rw-r--r--pkgs/os-specific/linux/kernel/xanmod-kernels.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
index b2334fb185a2..40b92c1e1931 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -33,11 +33,6 @@ let
TCP_CONG_BBR2 = yes;
DEFAULT_BBR2 = yes;
- # Multigenerational LRU framework
- # This can be removed when the LTS variant reaches version >= 6.1 (since it's on by default then)
- LRU_GEN = yes;
- LRU_GEN_ENABLED = yes;
-
# FQ-PIE Packet Scheduling
NET_SCH_DEFAULT = yes;
DEFAULT_FQ_PIE = yes;