dingjian / rpms / kernel-rt

Forked from rpms/kernel-rt 3 years ago
Clone

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

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