diff options
Diffstat (limited to 'arch/avr32/kernel/ptrace.c')
-rw-r--r-- | arch/avr32/kernel/ptrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/avr32/kernel/ptrace.c b/arch/avr32/kernel/ptrace.c index 6f4388f7c20b..e8a3d7f01bae 100644 --- a/arch/avr32/kernel/ptrace.c +++ b/arch/avr32/kernel/ptrace.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <asm/uaccess.h> | 21 | #include <asm/uaccess.h> |
22 | #include <asm/ocd.h> | 22 | #include <asm/ocd.h> |
23 | #include <asm/mmu_context.h> | 23 | #include <asm/mmu_context.h> |
24 | #include <asm/kdebug.h> | 24 | #include <linux/kdebug.h> |
25 | 25 | ||
26 | static struct pt_regs *get_user_regs(struct task_struct *tsk) | 26 | static struct pt_regs *get_user_regs(struct task_struct *tsk) |
27 | { | 27 | { |
@@ -300,7 +300,7 @@ asmlinkage void do_debug_priv(struct pt_regs *regs) | |||
300 | else | 300 | else |
301 | die_val = DIE_BREAKPOINT; | 301 | die_val = DIE_BREAKPOINT; |
302 | 302 | ||
303 | if (notify_die(die_val, regs, 0, SIGTRAP) == NOTIFY_STOP) | 303 | if (notify_die(die_val, "ptrace", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) |
304 | return; | 304 | return; |
305 | 305 | ||
306 | if (likely(ds & DS_SSS)) { | 306 | if (likely(ds & DS_SSS)) { |