mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
Blackfin: wire up new process_vm syscalls
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
parent
0db07a9056
commit
dd47ba1378
@ -399,8 +399,10 @@
|
|||||||
#define __NR_syncfs 378
|
#define __NR_syncfs 378
|
||||||
#define __NR_setns 379
|
#define __NR_setns 379
|
||||||
#define __NR_sendmmsg 380
|
#define __NR_sendmmsg 380
|
||||||
|
#define __NR_process_vm_readv 381
|
||||||
|
#define __NR_process_vm_writev 382
|
||||||
|
|
||||||
#define __NR_syscall 381
|
#define __NR_syscall 383
|
||||||
#define NR_syscalls __NR_syscall
|
#define NR_syscalls __NR_syscall
|
||||||
|
|
||||||
/* Old optional stuff no one actually uses */
|
/* Old optional stuff no one actually uses */
|
||||||
|
@ -1755,6 +1755,8 @@ ENTRY(_sys_call_table)
|
|||||||
.long _sys_syncfs
|
.long _sys_syncfs
|
||||||
.long _sys_setns
|
.long _sys_setns
|
||||||
.long _sys_sendmmsg /* 380 */
|
.long _sys_sendmmsg /* 380 */
|
||||||
|
.long _sys_process_vm_readv
|
||||||
|
.long _sys_process_vm_writev
|
||||||
|
|
||||||
.rept NR_syscalls-(.-_sys_call_table)/4
|
.rept NR_syscalls-(.-_sys_call_table)/4
|
||||||
.long _sys_ni_syscall
|
.long _sys_ni_syscall
|
||||||
|
Loading…
Reference in New Issue
Block a user