hosts/jericho: fix clr patches
This commit is contained in:
parent
da1eed6b3f
commit
359a3a8d8b
1 changed files with 4 additions and 2 deletions
|
@ -15,9 +15,11 @@
|
||||||
"0121-locking-rwsem-spin-faster.patch"
|
"0121-locking-rwsem-spin-faster.patch"
|
||||||
"0128-itmt_epb-use-epb-to-scale-itmt.patch"
|
"0128-itmt_epb-use-epb-to-scale-itmt.patch"
|
||||||
"0130-itmt2-ADL-fixes.patch"
|
"0130-itmt2-ADL-fixes.patch"
|
||||||
"0131-add-a-per-cpu-minimum-high-watermark-an-tune-batch-s.patch"
|
|
||||||
"0133-novector.patch"
|
|
||||||
"scale.patch"
|
"scale.patch"
|
||||||
|
"kdf-boottime.patch"
|
||||||
|
"kvm-printk.patch"
|
||||||
|
"libsgrowdown.patch"
|
||||||
|
"epp-retune.patch"
|
||||||
];
|
];
|
||||||
patches = map builtins.readFile patchFiles;
|
patches = map builtins.readFile patchFiles;
|
||||||
patchSet = builtins.concatStringsSep "\n" patches;
|
patchSet = builtins.concatStringsSep "\n" patches;
|
||||||
|
|
Loading…
Reference in a new issue