
This commit updates the standard kernel to 3.10.0-838 and the rt kernel to 3.10.0-802. Driver updates to ensure compilation also added (Mellanox driver, specifically) Depends-On: https://review.openstack.org/580689 Change-Id: Ie52d7df2f097ea03158b3b3a3334b61833cbdf57 Story: 2002761 Signed-off-by: Jason McKenna <jason.mckenna@windriver.com> Story: 2002761 Task: 22841
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From 7d1684c010cbbc13b80056d53932ef62d280dc3f Mon Sep 17 00:00:00 2001
|
|
Message-Id: <7d1684c010cbbc13b80056d53932ef62d280dc3f.1528226387.git.Jim.Somerville@windriver.com>
|
|
In-Reply-To: <c8270e79f6b7008fde44b8d5aa6314d8cf89d3ed.1528226387.git.Jim.Somerville@windriver.com>
|
|
References: <c8270e79f6b7008fde44b8d5aa6314d8cf89d3ed.1528226387.git.Jim.Somerville@windriver.com>
|
|
From: Jim Somerville <Jim.Somerville@windriver.com>
|
|
Date: Tue, 3 Apr 2018 18:07:37 -0400
|
|
Subject: [PATCH 03/32] debrand rh i686 cpu
|
|
|
|
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
|
|
---
|
|
arch/x86/boot/main.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/x86/boot/main.c b/arch/x86/boot/main.c
|
|
index 0d12b19..99dcb04 100644
|
|
--- a/arch/x86/boot/main.c
|
|
+++ b/arch/x86/boot/main.c
|
|
@@ -147,7 +147,7 @@ void main(void)
|
|
|
|
/* Make sure we have all the proper CPU support */
|
|
if (validate_cpu()) {
|
|
- puts("This processor is unsupported in RHEL7.\n");
|
|
+ puts("This processor is unsupported in CentOS 7.\n");
|
|
die();
|
|
}
|
|
|
|
--
|
|
1.8.3.1
|
|
|