From 676c84f7d1d780138ad2aa600ee3b7502443c353 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 8 Jun 2020 10:07:17 -0500 Subject: kernel-5.8.0-0.rc0.20200608gitaf7b4801030c.1 * Mon Jun 08 2020 Justin M. Forbes [5.8.0-0.rc0.20200608gitaf7b4801030c.1] - Fedora config updates ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-Add-support-for-deprecating-processors.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0001-Add-support-for-deprecating-processors.patch') 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 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); -- cgit