dingjian / rpms / kernel-rt

Forked from rpms/kernel-rt 3 years ago
Clone

Blame SOURCES/debrand-single-cpu.patch

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