mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
Since commit7caa976546("ftrace: riscv: move from REGS to ARGS"), kprobe on ftrace is not supported by riscv. And commit3308172276("trace: riscv: Remove deprecated kprobe on ftrace support") removed the relevant code, but left out the documentation, so fix that. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Reviewed-by: Charlie Jenkins <charlie@rivosinc.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250108020342.4172-1-cp0613@linux.alibaba.com