On Mon, 23 Oct 2023 20:23:19 +1100, Michael Ellerman wrote: > There's a single call to local_flush_tlb_page_psize() in the code > patching code. That call is never executed on 32-bit Book3S, > because it's guarded by mm_patch_enabled() which is essentially a > radix_enabled() check, which is always false on 32s. > > However depending on how the optimiser sees things it may still trip > over the BUILD_BUG() in the 32s stub of local_flush_tlb_page_psize(). > > [...]
Applied to powerpc/next. [1/1] powerpc/32s: Implement local_flush_tlb_page_psize() https://git.kernel.org/powerpc/c/aad26d3b6af13c055b1d05dd253d2484551bde55 cheers