Prev: powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpu
Next: [PATCH] arch/tile: catch up on various minor cleanups.
From: Chris Metcalf on 2 Jul 2010 22:20 Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- arch/tile/kernel/ptrace.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/tile/kernel/ptrace.c b/arch/tile/kernel/ptrace.c index e5701d1..7161bd0 100644 --- a/arch/tile/kernel/ptrace.c +++ b/arch/tile/kernel/ptrace.c @@ -96,6 +96,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) if (addr < 0 || addr >= PTREGS_SIZE) break; putreg(child, addr, data); /* Write register */ + ret = 0; break; case PTRACE_GETREGS: /* Get all registers from the child. */ -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |