]> Git Repo - linux.git/blob - arch/csky/lib/error-inject.c
Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/scm/linux...
[linux.git] / arch / csky / lib / error-inject.c
1 // SPDX-License-Identifier: GPL-2.0
2
3 #include <linux/error-injection.h>
4 #include <linux/kprobes.h>
5
6 void override_function_with_return(struct pt_regs *regs)
7 {
8         instruction_pointer_set(regs, regs->lr);
9 }
10 NOKPROBE_SYMBOL(override_function_with_return);
This page took 0.048249 seconds and 4 git commands to generate.