tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs
authorWill Deacon <will@kernel.org>
Wed, 27 Jan 2021 23:53:46 +0000 (23:53 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 29 Jan 2021 19:02:29 +0000 (20:02 +0100)
commitc7bd8010a335260927e3643e79360272f9aca266
tree4c191bb52eb4a617c588f2cb0af50e1de60e74e9
parenta72afd873089c697053e9daa85ff343b3140d2e7
tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs

If __tlb_remove_tlb_entry() is not defined by the architecture then
we provide an empty definition in asm-generic/tlb.h.

Remove the redundant empty definitions for sparc64 and x86.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Yu Zhao <yuzhao@google.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lkml.kernel.org/r/20210127235347.1402-6-will@kernel.org
arch/sparc/include/asm/tlb_64.h
arch/x86/include/asm/tlb.h