a626d2
--- a/arch/x86/boot/main.c	2019-03-13 04:04:53.000000000 -0700
a626d2
+++ b/arch/x86/boot/main.c	2019-05-25 14:31:21.043272496 -0700
a626d2
@@ -147,7 +147,7 @@ void main(void)
a626d2
 
a626d2
 	/* Make sure we have all the proper CPU support */
a626d2
 	if (validate_cpu()) {
a626d2
-		puts("This processor is not supported in this version of RHEL.\n");
a626d2
+		puts("This processor is not supported in this version of CentOS Linux.\n");
a626d2
 		die();
a626d2
 	}
a626d2