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