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