x86/mm/tlb: Make clear_asid_other() static
authorzhong jiang <zhongjiang@huawei.com>
Sat, 21 Jul 2018 07:55:32 +0000 (15:55 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 24 Jul 2018 07:52:32 +0000 (09:52 +0200)
commit387048f51aecaa083e660fe0f15ad339354b116e
tree46c3588e449de27615aeb1056bed6d671317c3fd
parente9d8c61557687b7126101e9550bdf243223f0d8f
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@huawei.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: dave.hansen@linux.intel.com
Cc: kirill.shutemov@linux.intel.com
Cc: tim.c.chen@linux.intel.com
Link: http://lkml.kernel.org/r/1532159732-22939-1-git-send-email-zhongjiang@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/tlb.c