https://github.com/torvalds/linux
Revision d475fac95779577afefbad312c8635c29fe4441c authored by Will Deacon on 23 August 2018, 23:23:04 UTC, committed by Linus Torvalds on 24 August 2018, 01:34:57 UTC
As of commit fd1102f0aade ("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>
1 parent 53a01c9
History
Tip revision: d475fac95779577afefbad312c8635c29fe4441c authored by Will Deacon on 23 August 2018, 23:23:04 UTC
arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.h
Tip revision: d475fac
File Mode Size
kvm
lib
Makefile -rw-r--r-- 14 bytes

back to top