dingjian / rpms / kernel-rt

Forked from rpms/kernel-rt 4 years ago
Clone

Blame SOURCES/debrand-single-cpu.patch

b0d9f1
--- a/arch/x86/kernel/setup.c	2019-03-13 04:04:53.000000000 -0700
b0d9f1
+++ b/arch/x86/kernel/setup.c	2019-05-27 08:35:54.580595314 -0700
b0d9f1
@@ -900,7 +900,7 @@ static void rh_check_supported(void)
b0d9f1
 	if (((boot_cpu_data.x86_max_cores * smp_num_siblings) == 1) &&
b0d9f1
 	    !guest && is_kdump_kernel()) {
b0d9f1
 		pr_crit("Detected single cpu native boot.\n");
b0d9f1
-		pr_crit("Important:  In Red Hat Enterprise Linux 8, 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.");
b0d9f1
+		pr_crit("Important:  In CentOS Linux 8, single threaded, single CPU 64-bit physical systems are unsupported. Please see http://wiki.centos.org/FAQ for more information");
b0d9f1
 	}
b0d9f1
 
b0d9f1
 	/*