[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <156992354518.9978.16819187666387348387.tip-bot2@tip-bot2>
Date: Tue, 01 Oct 2019 09:52:25 -0000
From: "tip-bot2 for Borislav Petkov" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Borislav Petkov <bp@...e.de>, x86@...nel.org,
Ingo Molnar <mingo@...nel.org>, Borislav Petkov <bp@...en8.de>,
linux-kernel@...r.kernel.org
Subject: [tip: ras/core] x86/mce/amd: Make disable_err_thresholding() static
The following commit has been merged into the ras/core branch of tip:
Commit-ID: 47cd84e98f512eac5aad988f08baff432aea35ba
Gitweb: https://git.kernel.org/tip/47cd84e98f512eac5aad988f08baff432aea35ba
Author: Borislav Petkov <bp@...e.de>
AuthorDate: Sat, 28 Sep 2019 19:02:29 +02:00
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Tue, 01 Oct 2019 11:42:59 +02:00
x86/mce/amd: Make disable_err_thresholding() static
No functional changes.
Signed-off-by: Borislav Petkov <bp@...e.de>
Cc: x86@...nel.org
Link: https://lkml.kernel.org/r/20190928170539.2729-1-bp@alien8.de
---
arch/x86/kernel/cpu/mce/amd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/mce/amd.c b/arch/x86/kernel/cpu/mce/amd.c
index 6ea7fdc..5167bd2 100644
--- a/arch/x86/kernel/cpu/mce/amd.c
+++ b/arch/x86/kernel/cpu/mce/amd.c
@@ -583,7 +583,7 @@ bool amd_filter_mce(struct mce *m)
* - Prevent possible spurious interrupts from the IF bank on Family 0x17
* Models 0x10-0x2F due to Erratum #1114.
*/
-void disable_err_thresholding(struct cpuinfo_x86 *c, unsigned int bank)
+static void disable_err_thresholding(struct cpuinfo_x86 *c, unsigned int bank)
{
int i, num_msrs;
u64 hwcr;
Powered by blists - more mailing lists