Commit d490527d authored by Ze Zhang's avatar Ze Zhang Committed by Shuah Khan

selftests/ftrace: add mips support for kprobe args syntax 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 2238a1f4
......@@ -36,6 +36,10 @@ s390*)
GOODREG=%r2
BADREG=%s2
;;
mips*)
GOODREG=%r4
BADREG=%r12
;;
*)
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