drm/rockchip: vop2: Support 32x8 superblock afbc
[drm/drm-misc.git] / arch / riscv / lib / error-inject.c
blobd667ade2bc41cdac5e695451e81ab27df4edd8c8
1 // SPDX-License-Identifier: GPL-2.0
3 #include <linux/error-injection.h>
4 #include <linux/kprobes.h>
6 void override_function_with_return(struct pt_regs *regs)
8 instruction_pointer_set(regs, regs->ra);
10 NOKPROBE_SYMBOL(override_function_with_return);