Commit 2eadb329 authored by Yu Liao's avatar Yu Liao Committed by Shuah Khan

selftests/ftrace: add loongarch support for kprobe args char tests

Add loongarch support for the recently added kprobe args tests.
Signed-off-by: default avatarYu Liao <liaoyu15@huawei.com>
Acked-by: default avatarMasami Hiramatsu (Google) <mhiramat@kernel.org>
Acked-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 0996e674
......@@ -28,6 +28,9 @@ s390*)
mips*)
ARG1=%r4
;;
loongarch*)
ARG1=%r4
;;
*)
echo "Please implement other architecture here"
exit_untested
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment