Searched hist:f30a578d7653f7dbb253a20daad4bcd9f881d6c9 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | test-code-patching.c | f30a578d7653f7dbb253a20daad4bcd9f881d6c9 Thu Dec 02 06:00:26 CST 2021 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc/code-patching: Move code patching selftests in its own file
Code patching selftests are half of code-patching.c. As they are guarded by CONFIG_CODE_PATCHING_SELFTESTS, they'd be better in their own file.
Also add a missing __init for instr_is_branch_to_addr()
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/c0c30504f04eb546a48ff77127a8bccd12a3d809.1638446239.git.christophe.leroy@csgroup.eu
|
H A D | code-patching.c | diff f30a578d7653f7dbb253a20daad4bcd9f881d6c9 Thu Dec 02 06:00:26 CST 2021 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc/code-patching: Move code patching selftests in its own file
Code patching selftests are half of code-patching.c. As they are guarded by CONFIG_CODE_PATCHING_SELFTESTS, they'd be better in their own file.
Also add a missing __init for instr_is_branch_to_addr()
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/c0c30504f04eb546a48ff77127a8bccd12a3d809.1638446239.git.christophe.leroy@csgroup.eu
|
H A D | Makefile | diff f30a578d7653f7dbb253a20daad4bcd9f881d6c9 Thu Dec 02 06:00:26 CST 2021 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc/code-patching: Move code patching selftests in its own file
Code patching selftests are half of code-patching.c. As they are guarded by CONFIG_CODE_PATCHING_SELFTESTS, they'd be better in their own file.
Also add a missing __init for instr_is_branch_to_addr()
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/c0c30504f04eb546a48ff77127a8bccd12a3d809.1638446239.git.christophe.leroy@csgroup.eu
|