diff options
author | Chandan Rajendra <chandan@linux.vnet.ibm.com> | 2016-01-13 22:20:22 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-01-21 14:10:55 +1100 |
commit | d7f9ee60a6ebc263861a1d8c06acf100495201b7 (patch) | |
tree | a96b1b01d45d3327564fcded630c8018f96b0341 /arch/powerpc/include/asm/systbl.h | |
parent | 9fa686068a32ddf256df03982b3e3967c18654a8 (diff) | |
download | talos-op-linux-d7f9ee60a6ebc263861a1d8c06acf100495201b7.tar.gz talos-op-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/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 5654ece02c0d..3fa9df70aa20 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -383,3 +383,4 @@ SYSCALL(ni_syscall) SYSCALL(ni_syscall) SYSCALL(ni_syscall) SYSCALL(mlock2) +SYSCALL(copy_file_range) |