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

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