summaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorLinus Torvalds2016-05-25 00:24:37 +0200
committerLinus Torvalds2016-05-25 00:24:37 +0200
commitd04f90ffecb7f6d7358197d7544f5536b6d4d8cc (patch)
tree304b7d46e6f378171310e5a00495dd92e9d9b6e7 /arch/tile
parentMerge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux (diff)
parentasm-generic: Drop renameat syscall from default list (diff)
downloadkernel-qcow2-linux-d04f90ffecb7f6d7358197d7544f5536b6d4d8cc.tar.gz
kernel-qcow2-linux-d04f90ffecb7f6d7358197d7544f5536b6d4d8cc.tar.xz
kernel-qcow2-linux-d04f90ffecb7f6d7358197d7544f5536b6d4d8cc.zip
Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Pull asm-generic cleanup from Arnd Bergmann: "I have only one patch for asm-generic in this release, this one is from James Hogan and updates the generic system call table for renameat2 so we don't need to provide both renameat and renameat2 in newly added architectures" * tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: asm-generic: Drop renameat syscall from default list
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/include/uapi/asm/unistd.h b/arch/tile/include/uapi/asm/unistd.h
index 3866397aaf5a..24e9187e85a8 100644
--- a/arch/tile/include/uapi/asm/unistd.h
+++ b/arch/tile/include/uapi/asm/unistd.h
@@ -12,6 +12,7 @@
* more details.
*/
+#define __ARCH_WANT_RENAMEAT
#if !defined(__LP64__) || defined(__SYSCALL_COMPAT)
/* Use the flavor of this syscall that matches the 32-bit API better. */
#define __ARCH_WANT_SYNC_FILE_RANGE2