diff options
Diffstat (limited to 'arch/avr32/kernel/ptrace.c')
-rw-r--r-- | arch/avr32/kernel/ptrace.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/avr32/kernel/ptrace.c b/arch/avr32/kernel/ptrace.c index 002369e44093..1fed38fcf594 100644 --- a/arch/avr32/kernel/ptrace.c +++ b/arch/avr32/kernel/ptrace.c | |||
@@ -58,6 +58,7 @@ void ptrace_disable(struct task_struct *child) | |||
58 | { | 58 | { |
59 | clear_tsk_thread_flag(child, TIF_SINGLE_STEP); | 59 | clear_tsk_thread_flag(child, TIF_SINGLE_STEP); |
60 | clear_tsk_thread_flag(child, TIF_BREAKPOINT); | 60 | clear_tsk_thread_flag(child, TIF_BREAKPOINT); |
61 | ocd_disable(child); | ||
61 | } | 62 | } |
62 | 63 | ||
63 | /* | 64 | /* |
@@ -144,10 +145,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
144 | { | 145 | { |
145 | int ret; | 146 | int ret; |
146 | 147 | ||
147 | pr_debug("ptrace: Enabling monitor mode...\n"); | ||
148 | ocd_write(DC, ocd_read(DC) | (1 << OCD_DC_MM_BIT) | ||
149 | | (1 << OCD_DC_DBE_BIT)); | ||
150 | |||
151 | switch (request) { | 148 | switch (request) { |
152 | /* Read the word at location addr in the child process */ | 149 | /* Read the word at location addr in the child process */ |
153 | case PTRACE_PEEKTEXT: | 150 | case PTRACE_PEEKTEXT: |