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