]> Pileus Git - ~andy/linux/commit
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)
commit8eae10e86c57b6be5e4842b34ea541efbca28bf8
tree400a56bab5e2fdbf3cd4e30fab9f6eb5e3ada3ba
parentea4a1da9b2e6f419526b5fde15cd5563096368eb
m32r: switch to generic sys_execve()

... 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>
arch/m32r/include/asm/ptrace.h
arch/m32r/include/asm/unistd.h
arch/m32r/kernel/process.c