mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
sh: Add missing task_user_regset_view() definition.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
5dadb34394
commit
f9540ececa
@ -224,6 +224,11 @@ static const struct user_regset_view user_sh_native_view = {
|
||||
.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)
|
||||
{
|
||||
struct user * dummy = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user