Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60517
b: refs/heads/master
c: 1b6610d
h: refs/heads/master
i:
  60515: 2655681
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Jun 14, 2007
1 parent 75e14a5 commit 5e3e1b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 865418d8e78b9c11c964157740b2596d6ffe9dfa
refs/heads/master: 1b6610d6fcb8dc23631cf48f09aa02e6649e379d
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
#endif
break;

#ifdef CONFIG_PPC32
CHECK_FULL_REGS(child->thread.regs);
#endif
if (index < PT_FPR0) {
tmp = ptrace_get_reg(child, (int) index);
} else {
Expand Down Expand Up @@ -410,9 +408,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
#endif
break;

#ifdef CONFIG_PPC32
CHECK_FULL_REGS(child->thread.regs);
#endif
if (index == PT_ORIG_R3)
break;
if (index < PT_FPR0) {
Expand Down

0 comments on commit 5e3e1b1

Please sign in to comment.