From: Linus Torvalds Date: Sat, 13 Oct 2012 02:19:00 +0000 (+0900) Subject: Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming X-Git-Tag: v3.7-rc1~17 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ff69497ad754b0fa9d5935df644890f208f31558;p=~emulex%2Finfiniband.git Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming Pull C6X UAPI disintegration from Mark Salter: - scripted UAPI disintegration by David Howells. * tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming: UAPI: (Scripted) Disintegrate arch/c6x/include/asm --- ff69497ad754b0fa9d5935df644890f208f31558 diff --cc arch/c6x/include/uapi/asm/unistd.h index 00000000000,ed2259043ee..4ff747d12da mode 000000,100644..100644 --- a/arch/c6x/include/uapi/asm/unistd.h +++ b/arch/c6x/include/uapi/asm/unistd.h @@@ -1,0 -1,22 +1,25 @@@ + /* + * Copyright (C) 2011 Texas Instruments Incorporated + * + * Based on arch/tile version. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, version 2. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or + * NON INFRINGEMENT. See the GNU General Public License for + * more details. + */ + ++#define __ARCH_WANT_KERNEL_EXECVE ++#define __ARCH_WANT_SYS_EXECVE ++ + /* Use the standard ABI for syscalls. */ + #include + + /* C6X-specific syscalls. */ + #define __NR_cache_sync (__NR_arch_specific_syscall + 0) + __SYSCALL(__NR_cache_sync, sys_cache_sync)