84371e
From 66185f5c6f881847776702e3a7956c504400f4f2 Mon Sep 17 00:00:00 2001
84371e
From: Jim Perrin <jperrin@centos.org>
84371e
Date: Thu, 19 Jun 2014 09:53:13 -0500
84371e
Subject: [PATCH] branding patch for single-cpu systems
84371e
84371e
---
84371e
 arch/x86/kernel/setup.c | 2 +-
84371e
 1 file changed, 1 insertion(+), 1 deletion(-)
84371e
84371e
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
84371e
index b289118..9d25982 100644
84371e
--- a/arch/x86/kernel/setup.c
84371e
+++ b/arch/x86/kernel/setup.c
84371e
@@ -846,7 +846,7 @@ static void rh_check_supported(void)
84371e
 	if (((boot_cpu_data.x86_max_cores * smp_num_siblings) == 1) &&
84371e
 	    !x86_hyper && !cpu_has_hypervisor && !is_kdump_kernel()) {
84371e
 		pr_crit("Detected single cpu native boot.\n");
84371e
-		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.");
84371e
+		pr_crit("Important:  In CentOS 7, single threaded, single CPU 64-bit physical systems are unsupported. Please see http://wiki.centos.org/FAQ for more information");
84371e
 	}
84371e
 
84371e
 	/* The RHEL7 kernel does not support this hardware.  The kernel will
84371e
-- 
84371e
1.8.3.1
84371e