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