xuexiaolei / rpms / kernel-rt

Forked from rpms/kernel-rt 4 years ago
Clone

Blame SOURCES/debrand-rh-i686-cpu.patch

2abf1a
--- a/arch/x86/boot/main.c	2014-06-04 10:05:04.000000000 -0700
2abf1a
+++ b/arch/x86/boot/main.c	2014-07-09 12:54:40.000000000 -0700
2abf1a
@@ -146,7 +146,7 @@ void main(void)
2abf1a
 
2abf1a
 	/* Make sure we have all the proper CPU support */
2abf1a
 	if (validate_cpu()) {
2abf1a
-		puts("This processor is unsupported in RHEL7.\n");
2abf1a
+		puts("This processor is unsupported in CentOS 7.\n");
2abf1a
 		die();
2abf1a
 	}
2abf1a