Commit 2238a1f4 authored by Ze Zhang's avatar Ze Zhang Committed by Shuah Khan

selftests/ftrace: add mips support for kprobe args string tests

This is the mips variant of commit <3990b5ba> ("selftests/ftrace:
Add s390 support for kprobe args tests").
Signed-off-by: default avatarZe Zhang <zhangze@loongson.cn>
Acked-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: default avatarMasami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent b2d229d4
......@@ -25,6 +25,9 @@ ppc*)
s390*)
ARG1=%r2
;;
mips*)
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