m32r: switch to generic sys_execve()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 15 Oct 2012 20:37:12 +0000 (16:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 1 Nov 2012 02:59:39 +0000 (22:59 -0400)
... and get rid of the horrors in fork()/vfork()/clone() prototypes.
It's fscking faster to calculate pt_regs in question than to fetch
the pointer from stack...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found