On Tue, Feb 19, 2019 at 11:31:57AM +0100, Peter Zijlstra wrote: > Generic mmu_gather provides everything ia64 needs (range tracking). > > Cc: Will Deacon <will.deacon@xxxxxxx> > Cc: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Nick Piggin <npiggin@xxxxxxxxx> > Cc: Tony Luck <tony.luck@xxxxxxxxx> > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> > --- > arch/ia64/include/asm/tlb.h | 256 --------------------------------------- > arch/ia64/include/asm/tlbflush.h | 25 +++ > arch/ia64/mm/tlb.c | 23 +++ > 3 files changed, 47 insertions(+), 257 deletions(-) Typo in subject (s/Conver/Convert) but other than that this looks sensible: Acked-by: Will Deacon <will.deacon@xxxxxxx> Will