diff options
author | Chandan Rajendra <chandan@linux.vnet.ibm.com> | 2016-01-13 17:50:22 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-01-21 04:10:55 +0100 |
commit | d7f9ee60a6ebc263861a1d8c06acf100495201b7 (patch) | |
tree | a96b1b01d45d3327564fcded630c8018f96b0341 /arch/powerpc/include/asm/unistd.h | |
parent | Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav... (diff) | |
download | linux-d7f9ee60a6ebc263861a1d8c06acf100495201b7.tar.xz linux-d7f9ee60a6ebc263861a1d8c06acf100495201b7.zip |
powerpc: Wire up copy_file_range() syscall
Test runs on a ppc64 BE guest succeeded using modified fstests.
Also tested on ppc64 LE using a home made test - mpe.
Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/unistd.h')
-rw-r--r-- | arch/powerpc/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h index 6a5ace5fa0c8..1f2594d45605 100644 --- a/arch/powerpc/include/asm/unistd.h +++ b/arch/powerpc/include/asm/unistd.h @@ -12,7 +12,7 @@ #include <uapi/asm/unistd.h> -#define NR_syscalls 379 +#define NR_syscalls 380 #define __NR__exit __NR_exit |