ia64/tlb: Eradicate tlb_migrate_finish() callback

Only ia64-sn2 uses this as an optimization, and there it is of
questionable correctness due to the mm_users==1 test.

Remove it entirely.

No change in behavior intended.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
Peter Zijlstra
2019-02-19 14:38:37 +01:00
committed by Ingo Molnar
父節點 0a8caf211b
當前提交 6455959819
共有 8 個文件被更改,包括 0 次插入40 次删除

查看文件

@@ -47,8 +47,6 @@
#include <asm/tlbflush.h>
#include <asm/machvec.h>
#define tlb_migrate_finish(mm) platform_tlb_migrate_finish(mm)
#include <asm-generic/tlb.h>
#endif /* _ASM_IA64_TLB_H */