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:
parent
2238a1f490
commit
d490527d30
@ -36,6 +36,10 @@ s390*)
|
|||||||
GOODREG=%r2
|
GOODREG=%r2
|
||||||
BADREG=%s2
|
BADREG=%s2
|
||||||
;;
|
;;
|
||||||
|
mips*)
|
||||||
|
GOODREG=%r4
|
||||||
|
BADREG=%r12
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Please implement other architecture here"
|
echo "Please implement other architecture here"
|
||||||
exit_untested
|
exit_untested
|
||||||
|
Loading…
x
Reference in New Issue
Block a user