]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/lib/code-patching: Make instr_is_branch_to_addr() static
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 20 May 2021 13:50:43 +0000 (13:50 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 16 Jun 2021 13:35:57 +0000 (23:35 +1000)
commitfb88cc39ae6e3b1e7a8488556aec4eac99b4b2d9
tree48021825a17d9f389b216409a3eaa0b0a1d800e7
parentaa463ae32f889af4ee0e6c1caf8eb2c3503fc456
powerpc/lib/code-patching: Make instr_is_branch_to_addr() static

instr_is_branch_to_addr() is only used in code-patching.c

Make it static.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/5f6b9c8c83170ed310953eac2f5b14539bfc964a.1621516826.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/code-patching.h
arch/powerpc/lib/code-patching.c