diff options
| author | Christoph Hellwig <hch@lst.de> | 2020-09-25 06:51:45 +0200 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-10-03 00:02:15 -0400 |
| commit | c3973b401ef2b0b8005f8074a10e96e3ea093823 (patch) | |
| tree | bcf956d204edb15b2c8327d4b6bc98063298ca06 /arch/x86/entry/syscall_x32.c | |
| parent | 598b3cec831fd6ccb3cbe4919a722e868c6364a8 (diff) | |
| download | linux-c3973b401ef2b0b8005f8074a10e96e3ea093823.tar.gz linux-c3973b401ef2b0b8005f8074a10e96e3ea093823.tar.bz2 linux-c3973b401ef2b0b8005f8074a10e96e3ea093823.zip | |
mm: remove compat_process_vm_{readv,writev}
Now that import_iovec handles compat iovecs, the native syscalls
can be used for the compat case as well.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/entry/syscall_x32.c')
| -rw-r--r-- | arch/x86/entry/syscall_x32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/entry/syscall_x32.c b/arch/x86/entry/syscall_x32.c index a4840b9d50ad..f2fe0a33bcfd 100644 --- a/arch/x86/entry/syscall_x32.c +++ b/arch/x86/entry/syscall_x32.c @@ -17,6 +17,8 @@ #define __x32_sys_getsockopt __x64_sys_getsockopt #define __x32_sys_setsockopt __x64_sys_setsockopt #define __x32_sys_vmsplice __x64_sys_vmsplice +#define __x32_sys_process_vm_readv __x64_sys_process_vm_readv +#define __x32_sys_process_vm_writev __x64_sys_process_vm_writev #define __SYSCALL_64(nr, sym) |
