dingjian / rpms / kernel-rt

Forked from rpms/kernel-rt 4 years ago
Clone

Blame SOURCES/debrand-rh-i686-cpu.patch

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