提交 f9540ece 编写于 作者: P Paul Mundt

sh: Add missing task_user_regset_view() definition.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 5dadb343
...@@ -224,6 +224,11 @@ static const struct user_regset_view user_sh_native_view = { ...@@ -224,6 +224,11 @@ static const struct user_regset_view user_sh_native_view = {
.n = ARRAY_SIZE(sh_regsets), .n = ARRAY_SIZE(sh_regsets),
}; };
const struct user_regset_view *task_user_regset_view(struct task_struct *task)
{
return &user_sh_native_view;
}
long arch_ptrace(struct task_struct *child, long request, long addr, long data) long arch_ptrace(struct task_struct *child, long request, long addr, long data)
{ {
struct user * dummy = NULL; struct user * dummy = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册