diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-02 01:24:27 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-02 01:24:27 +0200 |
commit | 8212f58a9b151d842fa60a70f354e43c61fad839 (patch) | |
tree | b7466d2ac62b2fed6cd4c534dee030c937d70e7f /arch/powerpc/include/asm/systbl.h | |
parent | powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode (diff) | |
download | linux-8212f58a9b151d842fa60a70f354e43c61fad839.tar.xz linux-8212f58a9b151d842fa60a70f354e43c61fad839.zip |
powerpc: Wire renameat2() syscall
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index 3ddf70276706..ea4dc3a89c1f 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -361,3 +361,4 @@ SYSCALL(finit_module) SYSCALL(ni_syscall) /* sys_kcmp */ SYSCALL_SPU(sched_setattr) SYSCALL_SPU(sched_getattr) +SYSCALL_SPU(renameat2) |