diff options
author | Christophe Leroy <[email protected]> | 2022-03-28 08:26:48 +0200 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2022-05-24 08:46:37 +0200 |
commit | 5d7c854593a460706dacf8e1b16c9bdcb1c2d7bb (patch) | |
tree | f162d897bc378a2847c8b6db9b4a5e5283c48142 /scripts | |
parent | d111c9f0344a5e2454726553c663d25e24e38555 (diff) |
livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
All three versions of klp_arch_set_pc() do exactly the same: they
call ftrace_instruction_pointer_set().
Call ftrace_instruction_pointer_set() directly and remove
klp_arch_set_pc().
As klp_arch_set_pc() was the only thing remaining in asm/livepatch.h
on x86 and s390, remove asm/livepatch.h
livepatch.h remains on powerpc but its content is exclusively used
by powerpc specific code.
Signed-off-by: Christophe Leroy <[email protected]>
Acked-by: Petr Mladek <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Miroslav Benes <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions