Files
android_kernel_fxtec_sm6115/include/asm-generic
Will Deacon ebdfaebd4f UPSTREAM: asm-generic/tlb: Guard with #ifdef CONFIG_MMU
The inner workings of the mmu_gather-based TLB invalidation mechanism
are not relevant to nommu configurations, so guard them with an #ifdef.
This allows us to implement future functions using static inlines
without breaking the build.

Acked-by: Nicholas Piggin <npiggin@gmail.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Change-Id: I75761e91963bd827b82ea4b3e814505cbc43405e
Signed-off-by: Will Deacon <will.deacon@arm.com>
2025-08-19 21:40:36 +01:00
..