mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH linux-next] mm/tlb: make some function static to avoid warning
@ 2018-07-21  7:55 zhong jiang
  2018-07-24 15:02 ` [tip:x86/mm] x86/mm/tlb: Make clear_asid_other() static tip-bot for zhong jiang
  0 siblings, 1 reply; 2+ messages in thread
From: zhong jiang @ 2018-07-21  7:55 UTC (permalink / raw)
  To: tglx, mingo; +Cc: dave.hansen, kirill.shutemov, tim.c.chen, x86, linux-kernel

Fixes the following sparse warnings:

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@huawei.com>
---
 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 6eb1f34..5e8e478 100644
--- a/arch/x86/mm/tlb.c
+++ b/arch/x86/mm/tlb.c
@@ -35,7 +35,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;
 
-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-24 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21  7:55 [PATCH linux-next] mm/tlb: make some function static to avoid warning zhong jiang
2018-07-24 15:02 ` [tip:x86/mm] x86/mm/tlb: Make clear_asid_other() static tip-bot for zhong jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®