-
- Downloads
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
The 'start' and 'end' arguments to tlb_gather_mmu() are no longer needed now that there is a separate function for 'fullmm' flushing. Remove the unused arguments and update all callers. Suggested-by:Linus Torvalds <torvalds@linux-foundation.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://lore.kernel.org/r/CAHk-=wjQWa14_4UpfDf=fiineNP+RH74kZeDMo_f1D35xNzq9w@mail.gmail.com
Showing
- arch/ia64/include/asm/tlb.h 1 addition, 1 deletionarch/ia64/include/asm/tlb.h
- arch/x86/kernel/ldt.c 1 addition, 1 deletionarch/x86/kernel/ldt.c
- fs/exec.c 1 addition, 1 deletionfs/exec.c
- include/linux/mm_types.h 1 addition, 2 deletionsinclude/linux/mm_types.h
- mm/hugetlb.c 1 addition, 15 deletionsmm/hugetlb.c
- mm/madvise.c 3 additions, 3 deletionsmm/madvise.c
- mm/memory.c 2 additions, 2 deletionsmm/memory.c
- mm/mmap.c 1 addition, 1 deletionmm/mmap.c
- mm/mmu_gather.c 8 additions, 14 deletionsmm/mmu_gather.c
- mm/oom_kill.c 1 addition, 1 deletionmm/oom_kill.c
Loading
Please register or sign in to comment