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

This is the mips variant of commit <3990b5baf225> ("selftests/ftrace:
Add s390 support for kprobe args tests").

Signed-off-by: Ze Zhang <zhangze@loongson.cn>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
Ze Zhang 2022-04-16 19:48:48 +08:00 committed by Shuah Khan
parent 2238a1f490
commit d490527d30
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ s390*)
GOODREG=%r2
BADREG=%s2
;;
mips*)
GOODREG=%r4
BADREG=%r12
;;
*)
echo "Please implement other architecture here"
exit_untested