diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2021-04-20 14:02:07 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-04-21 22:52:32 +1000 |
commit | eacf4c0202654adfa94bbb17b5c5c77c0be14af8 (patch) | |
tree | 54b25866a30359f300f0a746d6acc99f663a2b23 /lib/ts_fsm.c | |
parent | 693557ebf407a85ea400a0b501bb97687d8f4856 (diff) | |
download | linux-eacf4c0202654adfa94bbb17b5c5c77c0be14af8.tar.bz2 |
powerpc: Enable OPTPROBES on PPC32
For that, create a 32 bits version of patch_imm64_load_insns()
and create a patch_imm_load_insns() which calls
patch_imm32_load_insns() on PPC32 and patch_imm64_load_insns()
on PPC64.
Adapt optprobes_head.S for PPC32. Use PPC_LL/PPC_STL macros instead
of raw ld/std, opt out things linked to paca and use stmw/lmw to
save/restore registers.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/bad58c66859b2a475c0ad516b53164ae3b4853cd.1618927318.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'lib/ts_fsm.c')
0 files changed, 0 insertions, 0 deletions