Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86573
b: refs/heads/master
c: 325d6f5
h: refs/heads/master
i:
  86571: 68ce76f
v: v3
  • Loading branch information
Haavard Skinnemoen committed Feb 27, 2008
1 parent 90a2552 commit 9e2a5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d45ad06273f797f6239b97fd9962ecd81eec847f
refs/heads/master: 325d6f5593b40b5a48cf4ade74c01681f2ff6044
1 change: 1 addition & 0 deletions trunk/arch/avr32/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ int copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
p->thread.cpu_context.ksp = (unsigned long)childregs;
p->thread.cpu_context.pc = (unsigned long)ret_from_fork;

clear_tsk_thread_flag(p, TIF_DEBUG);
if ((clone_flags & CLONE_PTRACE) && test_thread_flag(TIF_DEBUG))
ocd_enable(p);

Expand Down

0 comments on commit 9e2a5e3

Please sign in to comment.