]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
mm/memory: Move mmu_gather and TLB invalidation code into its own file
authorPeter Zijlstra <peterz@infradead.org>
Mon, 3 Sep 2018 14:07:36 +0000 (15:07 +0100)
committerWill Deacon <will.deacon@arm.com>
Fri, 7 Sep 2018 14:19:25 +0000 (15:19 +0100)
commit196d9d8bb71deaa2d1c7170c88a2f1a318363047
tree3ddc2d1922c9eab4591f1830989798be531a57d7
parenta6d60245d6d9b1caf66b0d94419988c4836980af
mm/memory: Move mmu_gather and TLB invalidation code into its own file

In preparation for maintaining the mmu_gather code as its own entity,
move the implementation out of memory.c and into its own file.

Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Michal Hocko <mhocko@suse.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
include/asm-generic/tlb.h
mm/Makefile
mm/memory.c
mm/mmu_gather.c [new file with mode: 0644]