hosts/jericho: remove some kernel patches

This commit is contained in:
Max Headroom 2022-05-04 22:43:04 +02:00
parent 3281f2174f
commit 804a30ae23

View file

@ -6,7 +6,6 @@
patchFiles = map pickPatch [ patchFiles = map pickPatch [
"0104-pci-pme-wakeups.patch" "0104-pci-pme-wakeups.patch"
"0108-smpboot-reuse-timer-calibration.patch" "0108-smpboot-reuse-timer-calibration.patch"
"0110-give-rdrand-some-credit.patch"
"0111-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch" "0111-ipv4-tcp-allow-the-memory-tuning-for-tcp-to-go-a-lit.patch"
"0118-add-scheduler-turbo3-patch.patch" "0118-add-scheduler-turbo3-patch.patch"
"0119-use-lfence-instead-of-rep-and-nop.patch" "0119-use-lfence-instead-of-rep-and-nop.patch"
@ -15,7 +14,6 @@
"itmt_epb.patch" "itmt_epb.patch"
"mm-wakeups.patch" "mm-wakeups.patch"
"percpu-minsize.patch" "percpu-minsize.patch"
"socket.patch"
]; ];
patches = map builtins.readFile patchFiles; patches = map builtins.readFile patchFiles;
patchSet = builtins.concatStringsSep "\n" patches; patchSet = builtins.concatStringsSep "\n" patches;