projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dadb34
)
sh: Add missing task_user_regset_view() definition.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 12 Sep 2008 13:42:43 +0000
(22:42 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 12 Sep 2008 13:42:43 +0000
(22:42 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/ptrace_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/ptrace_32.c
b/arch/sh/kernel/ptrace_32.c
index 20b103f6c33ba73e885c18e7794d89be2f276c7f..92fe2034f74ae27bf787c12161eaac882b23026b 100644
(file)
--- a/
arch/sh/kernel/ptrace_32.c
+++ b/
arch/sh/kernel/ptrace_32.c
@@
-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;