diff options
Diffstat (limited to 'kernel/livepatch/patch.c')
| -rw-r--r-- | kernel/livepatch/patch.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kernel/livepatch/patch.c b/kernel/livepatch/patch.c index 4c4f5a776d80..4152c71507e2 100644 --- a/kernel/livepatch/patch.c +++ b/kernel/livepatch/patch.c @@ -118,7 +118,7 @@ static void notrace klp_ftrace_handler(unsigned long ip,  	if (func->nop)  		goto unlock; -	ftrace_instruction_pointer_set(fregs, (unsigned long)func->new_func); +	ftrace_regs_set_instruction_pointer(fregs, (unsigned long)func->new_func);  unlock:  	ftrace_test_recursion_unlock(bit); |