From: Haavard Skinnemoen Date: Mon, 2 Oct 2006 09:18:46 +0000 (-0700) Subject: [PATCH] AVR32: Implement kernel_execve X-Git-Tag: v2.6.19-rc1~392 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f2420a063fcc5a4cd6610c3ef6934827853001;p=pandora-kernel.git [PATCH] AVR32: Implement kernel_execve Move execve() into arch/avr32/kernel/sys_avr32.c, rename it to kernel_execve() and return the syscall return value directly without setting errno. This also gets rid of the __KERNEL_SYSCALLS__ stuff from unistd.h and expands #ifdef __KERNEL__ to cover everything in unistd.h except the __NR_foo definitions. Signed-off-by: Haavard Skinnemoen Cc: Arnd Bergmann Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed