forked from mirrors/nixpkgs
all-packages.nix: remove obsolete comments
cgroup2 cpu controller support was merged into Linux 4.15:
22714a2ba4
This commit is contained in:
parent
9d9a993b73
commit
78c56d758d
|
@ -14558,9 +14558,6 @@ in
|
||||||
linux_4_19 = callPackage ../os-specific/linux/kernel/linux-4.19.nix {
|
linux_4_19 = callPackage ../os-specific/linux/kernel/linux-4.19.nix {
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.bridge_stp_helper
|
[ kernelPatches.bridge_stp_helper
|
||||||
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
|
|
||||||
# when adding a new linux version
|
|
||||||
# kernelPatches.cpu-cgroup-v2."4.11"
|
|
||||||
kernelPatches.modinst_arg_list_too_long
|
kernelPatches.modinst_arg_list_too_long
|
||||||
kernelPatches.revert-vfs-dont-open-real
|
kernelPatches.revert-vfs-dont-open-real
|
||||||
];
|
];
|
||||||
|
@ -14569,9 +14566,6 @@ in
|
||||||
linux_4_20 = callPackage ../os-specific/linux/kernel/linux-4.20.nix {
|
linux_4_20 = callPackage ../os-specific/linux/kernel/linux-4.20.nix {
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.bridge_stp_helper
|
[ kernelPatches.bridge_stp_helper
|
||||||
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
|
|
||||||
# when adding a new linux version
|
|
||||||
# kernelPatches.cpu-cgroup-v2."4.11"
|
|
||||||
kernelPatches.modinst_arg_list_too_long
|
kernelPatches.modinst_arg_list_too_long
|
||||||
kernelPatches.revert-vfs-dont-open-real
|
kernelPatches.revert-vfs-dont-open-real
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue