summaryrefslogtreecommitdiffstats
path: root/0001-Add-support-for-deprecating-processors.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-06-08 10:07:17 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-06-08 10:07:17 -0500
commit676c84f7d1d780138ad2aa600ee3b7502443c353 (patch)
tree7126a9287644732c811bffee26f7befe54a242d3 /0001-Add-support-for-deprecating-processors.patch
parent4459220aecb835a73131f0de65f5d9b4200a8efc (diff)
downloadkernel-676c84f7d1d780138ad2aa600ee3b7502443c353.tar.gz
kernel-676c84f7d1d780138ad2aa600ee3b7502443c353.tar.xz
kernel-676c84f7d1d780138ad2aa600ee3b7502443c353.zip
kernel-5.8.0-0.rc0.20200608gitaf7b4801030c.1
* Mon Jun 08 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.8.0-0.rc0.20200608gitaf7b4801030c.1] - Fedora config updates ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-Add-support-for-deprecating-processors.patch')
-rw-r--r--0001-Add-support-for-deprecating-processors.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-Add-support-for-deprecating-processors.patch b/0001-Add-support-for-deprecating-processors.patch
index 88c4e93ab..fb562e37c 100644
--- a/0001-Add-support-for-deprecating-processors.patch
+++ b/0001-Add-support-for-deprecating-processors.patch
@@ -130,10 +130,10 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 files changed, 132 insertions(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
-index d07809286b95..fa3399d25d1e 100644
+index 74682b8d09b0..5b25b8fef254 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
-@@ -1180,6 +1180,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
+@@ -1203,6 +1203,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
cpu_detect(c);
get_cpu_vendor(c);
get_cpu_cap(c);