Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33757
b: refs/heads/master
c: d742eae
h: refs/heads/master
i:
  33755: 2b63c35
v: v3
  • Loading branch information
Bill Huey (hui authored and Linus Torvalds committed Sep 1, 2006
1 parent 491442e commit caecec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35df17c57cecb08f0120fb18926325f1093dc429
refs/heads/master: d742eae8e2655a960b2e07f3f622d78546c14031
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
*/
case PTRACE_KILL:
ret = 0;
if (child->state == EXIT_ZOMBIE) /* already dead */
if (child->exit_state == EXIT_ZOMBIE) /* already dead */
break;
child->exit_code = SIGKILL;
child->ptrace &= ~PT_SINGLESTEP;
Expand Down

0 comments on commit caecec3

Please sign in to comment.