diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/ptrace_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/ptrace_64.c b/arch/sparc/kernel/ptrace_64.c index a34833099add..773c1f2983ce 100644 --- a/arch/sparc/kernel/ptrace_64.c +++ b/arch/sparc/kernel/ptrace_64.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/sched.h> | 14 | #include <linux/sched.h> |
15 | #include <linux/mm.h> | 15 | #include <linux/mm.h> |
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
17 | #include <linux/export.h> | ||
17 | #include <linux/ptrace.h> | 18 | #include <linux/ptrace.h> |
18 | #include <linux/user.h> | 19 | #include <linux/user.h> |
19 | #include <linux/smp.h> | 20 | #include <linux/smp.h> |
@@ -116,6 +117,7 @@ void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, | |||
116 | 117 | ||
117 | preempt_enable(); | 118 | preempt_enable(); |
118 | } | 119 | } |
120 | EXPORT_SYMBOL_GPL(flush_ptrace_access); | ||
119 | 121 | ||
120 | static int get_from_target(struct task_struct *target, unsigned long uaddr, | 122 | static int get_from_target(struct task_struct *target, unsigned long uaddr, |
121 | void *kbuf, int len) | 123 | void *kbuf, int len) |