Re: [PATCH v4 4/4] powerpc/static_call: Implement inline static calls

2024-12-04 Thread kernel test robot
20612 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next patch link: https://lore.kernel.org/r/3dbd0b2ba577c942729235d0211d04a406653d81.1733245362.git.christophe.leroy%40csgroup.eu patch subject: [PATCH v4 4/4] powerpc/static_call: Implement inline static calls confi

[PATCH v4 4/4] powerpc/static_call: Implement inline static calls

2024-12-03 Thread Christophe Leroy
Implement inline static calls: - Put a 'bl' to the destination function ('b' if tail call) - Put a 'nop' when the destination function is NULL ('blr' if tail call) - Put a 'li r3,0' when the destination is the RET0 function and not a tail call. If the destination is too far (over the 32Mb limit),