diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-04-30 14:53:01 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-04-30 14:53:01 -0400 |
commit | 41c96f4a008ca0c9fcf5c12c877a77b7108ee903 (patch) | |
tree | 2ea874648b974d0b0c93f9c24b5d652c4b293b01 | |
parent | Add BMQ Patch 5.12-r0, default ALT SCHED=n (diff) | |
download | linux-patches-41c96f4a008ca0c9fcf5c12c877a77b7108ee903.tar.gz linux-patches-41c96f4a008ca0c9fcf5c12c877a77b7108ee903.tar.bz2 linux-patches-41c96f4a008ca0c9fcf5c12c877a77b7108ee903.zip |
Rename cpu opt patch to standardize on naming format
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 0000_README | 4 | ||||
-rw-r--r-- | 5010_enable-cpu-optimizations-universal.patch (renamed from 5013_enable-cpu-optimizations-for-gcc10.patch) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/0000_README b/0000_README index bbb058a0..b2493577 100644 --- a/0000_README +++ b/0000_README @@ -63,9 +63,9 @@ Patch: 4567_distro-Gentoo-Kconfig.patch From: Tom Wijsman <TomWij@gentoo.org> Desc: Add Gentoo Linux support config settings and defaults. -Patch: 5013_enable-cpu-optimizations-for-gcc10.patch +Patch: 5010_enable-cpu-optimizations-universal.patch From: https://github.com/graysky2/kernel_gcc_patch/ -Desc: Kernel patch enables gcc = v10.1+ optimizations for additional CPUs. +Desc: Kernel >= 5.8 patch enables gcc = v9+ optimizations for additional CPUs. Patch: 5020_BMQ-and-PDS-io-scheduler-v5.12-r0.patch From: https://gitlab.com/alfredchen/linux-prjc diff --git a/5013_enable-cpu-optimizations-for-gcc10.patch b/5010_enable-cpu-optimizations-universal.patch index 1868f233..1868f233 100644 --- a/5013_enable-cpu-optimizations-for-gcc10.patch +++ b/5010_enable-cpu-optimizations-universal.patch |