Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116127
b: refs/heads/master
c: f9540ec
h: refs/heads/master
i:
  116125: 3c3da76
  116123: 4d368a8
  116119: d5b6512
  116111: b30b061
  116095: 251e67e
v: v3
  • Loading branch information
Paul Mundt committed Sep 12, 2008
1 parent aeba8a1 commit b9acfa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5dadb34394d59313e2e763ae8e2fc911e9fc557c
refs/heads/master: f9540ececaa2cf94b6760741c82f25097e662383
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/ptrace_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b9acfa5

Please sign in to comment.