aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/test_code-patching.S
AgeCommit message (Collapse)AuthorFilesLines
2021-12-23powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy1-20/+0
Use the dedicated test_trampoline function for testing prefixed patching like other tests and remove the hand coded assembly stuff. Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/a450ef3f8653f75e1bd9aaf7a3889d379752f33b.1638446239.git.christophe.leroy@csgroup.eu
2020-05-19powerpc: Test prefixed code patchingJordan Niethe1-0/+20
Expand the code-patching self-tests to includes tests for patching prefixed instructions. Signed-off-by: Jordan Niethe <[email protected]> [mpe: Use CONFIG_PPC64 not __powerpc64__] Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]