The patch titled arch/m68knommu/kernel/sys_m68k.c must #include <asm/unistd.h> has been removed from the -mm tree. Its filename is provide-kernel_execve-on-all-architectures-m68knommu-fix.patch This patch was dropped because it was folded into provide-kernel_execve-on-all-architectures.patch ------------------------------------------------------ Subject: arch/m68knommu/kernel/sys_m68k.c must #include <asm/unistd.h> From: Adrian Bunk <bunk@xxxxxxxxx> On Fri, Sep 01, 2006 at 01:58:18AM -0700, Andrew Morton wrote: >... > Changes since 2.6.18-rc4-mm3: >... > +provide-kernel_execve-on-all-architectures.patch >... > kernel syscalls cleanup >... This patch fixes the following compile error on m68knommu: <-- snip --> ... CC arch/m68knommu/kernel/sys_m68k.o /home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/arch/m68knommu/kernel/sys_m68k.c:215: error: '__NR_execve' undeclared (first use in this function) /home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/arch/m68knommu/kernel/sys_m68k.c:215: error: (Each undeclared identifier is reported only once /home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/arch/m68knommu/kernel/sys_m68k.c:215: error: for each function it appears in.) make[2]: *** [arch/m68knommu/kernel/sys_m68k.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/m68knommu/kernel/sys_m68k.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/m68knommu/kernel/sys_m68k.c~provide-kernel_execve-on-all-architectures-m68knommu-fix arch/m68knommu/kernel/sys_m68k.c --- a/arch/m68knommu/kernel/sys_m68k.c~provide-kernel_execve-on-all-architectures-m68knommu-fix +++ a/arch/m68knommu/kernel/sys_m68k.c @@ -26,6 +26,7 @@ #include <asm/traps.h> #include <asm/ipc.h> #include <asm/cacheflush.h> +#include <asm/unistd.h> /* * sys_pipe() is the normal C calling standard for creating _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch make-kernel-sysctlc_proc_do_string-static.patch namespaces-utsname-sysctl-hack.patch namespaces-utsname-implement-clone_newuts-flag.patch rename-the-provided-execve-functions-to-kernel_execve.patch provide-kernel_execve-on-all-architectures.patch provide-kernel_execve-on-all-architectures-m68knommu-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html