commit | 530550651fdfd548d25b6bd5ff4607803540508b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 20 13:14:08 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 23 13:40:12 2012 -0400 |
tree | 53ed3b2589aa036e6cbd1c870ec3caf52266e531 | |
parent | 0f8b983812f5ff588d7e3459b203714e4e58a9b2 [diff] [blame] |
tile: switch to generic sys_execve() Acked-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/tile/include/asm/processor.h b/arch/tile/include/asm/processor.h index 9a83e53..879073e 100644 --- a/arch/tile/include/asm/processor.h +++ b/arch/tile/include/asm/processor.h
@@ -211,6 +211,7 @@ { regs->pc = pc; regs->sp = usp; + single_step_execve(); } /* Free all resources held by a thread. */