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