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