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