]> git.baikalelectronics.ru Git - kernel.git/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)
commit1d051ed3865b04fec96aa19f982c777a96373c7d
tree400a56bab5e2fdbf3cd4e30fab9f6eb5e3ada3ba
parent9ebc746dfbd2fbc827492c01e9e45bf7fdbe6f1a
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