[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-387048f51aecaa083e660fe0f15ad339354b116e@git.kernel.org>
Date: Tue, 24 Jul 2018 08:02:00 -0700
From: tip-bot for zhong jiang <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: riel@...hat.com, peterz@...radead.org, hpa@...or.com,
mingo@...nel.org, torvalds@...ux-foundation.org,
linux-kernel@...r.kernel.org, tglx@...utronix.de,
zhongjiang@...wei.com
Subject: [tip:x86/mm] x86/mm/tlb: Make clear_asid_other() static
Commit-ID: 387048f51aecaa083e660fe0f15ad339354b116e
Gitweb: https://git.kernel.org/tip/387048f51aecaa083e660fe0f15ad339354b116e
Author: zhong jiang <zhongjiang@...wei.com>
AuthorDate: Sat, 21 Jul 2018 15:55:32 +0800
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Tue, 24 Jul 2018 09:52:32 +0200
x86/mm/tlb: Make clear_asid_other() static
Fixes the following sparse warning:
arch/x86/mm/tlb.c:38:6: warning: symbol 'clear_asid_other' was not declared. Should it be static?
Signed-off-by: zhong jiang <zhongjiang@...wei.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Rik van Riel <riel@...hat.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: dave.hansen@...ux.intel.com
Cc: kirill.shutemov@...ux.intel.com
Cc: tim.c.chen@...ux.intel.com
Link: http://lkml.kernel.org/r/1532159732-22939-1-git-send-email-zhongjiang@huawei.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/mm/tlb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/mm/tlb.c b/arch/x86/mm/tlb.c
index f086195f644c..752dbf4e0e50 100644
--- a/arch/x86/mm/tlb.c
+++ b/arch/x86/mm/tlb.c
@@ -36,7 +36,7 @@
* necessary invalidation by clearing out the 'ctx_id' which
* forces a TLB flush when the context is loaded.
*/
-void clear_asid_other(void)
+static void clear_asid_other(void)
{
u16 asid;
Powered by blists - more mailing lists