Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: tlb: Provide forward declaration of tlb_flush() before includi…
…ng tlb.h As of commit fd1102f ("mm: mmu_notifier fix for tlb_end_vma"), asm-generic/tlb.h now calls tlb_flush() from a static inline function, so we need to make sure that it's declared before #including the asm-generic header in the arch header. Signed-off-by: Will Deacon <will.deacon@arm.com> Acked-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information