Blame SOURCES/debrand-single-cpu.patch
Branch: 0bb8f5aeb720a086c659f36050901259a067d26c
Johnny Hughes
0bb8f5
diff -uNrp linux-3.10.0-957.27.2.el7.x86_64.orig/arch/x86/kernel/setup.c linux-3.10.0-957.27.2.el7.x86_64/arch/x86/kernel/setup.c
Johnny Hughes
0bb8f5
--- linux-3.10.0-957.27.2.el7.x86_64.orig/arch/x86/kernel/setup.c 2019-07-09 16:13:02.000000000 +0000
Johnny Hughes
0bb8f5
+++ linux-3.10.0-957.27.2.el7.x86_64/arch/x86/kernel/setup.c 2019-07-29 17:32:40.018405430 +0000
Johnny Hughes
0bb8f5
@@ -963,7 +963,7 @@ static void rh_check_supported(void)
Johnny Hughes
0bb8f5
if (((boot_cpu_data.x86_max_cores * smp_num_siblings) == 1) &&
Johnny Hughes
0bb8f5
!guest && !is_kdump_kernel()) {
Johnny Hughes
0bb8f5
pr_crit("Detected single cpu native boot.\n");
Johnny Hughes
0bb8f5
- pr_crit("Important: In Red Hat Enterprise Linux 7, single threaded, single CPU 64-bit physical systems are unsupported by Red Hat. Please contact your Red Hat support representative for a list of certified and supported systems.");
Johnny Hughes
0bb8f5
+ pr_crit("Important: In CentOS Linux 7, single threaded, single CPU 64-bit physical systems are unsupported.");
Johnny Hughes
0bb8f5
}
Johnny Hughes
0bb8f5
Johnny Hughes
0bb8f5
/* The RHEL7 kernel does not support this hardware. The kernel will