Commit 19dd705f authored by Helge Deller's avatar Helge Deller Committed by Kyle McMartin

[PARISC] add missing syscalls for vmsplice, move_pages, getcpu & epoll_pwait

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent bd83bcff
...@@ -399,5 +399,9 @@ ...@@ -399,5 +399,9 @@
ENTRY_SAME(splice) ENTRY_SAME(splice)
ENTRY_OURS(sync_file_range) ENTRY_OURS(sync_file_range)
ENTRY_SAME(tee) ENTRY_SAME(tee)
ENTRY_COMP(vmsplice)
ENTRY_COMP(move_pages) /* 295 */
ENTRY_SAME(getcpu)
ENTRY_SAME(epoll_pwait)
/* Nothing yet */ /* Nothing yet */
...@@ -786,8 +786,12 @@ ...@@ -786,8 +786,12 @@
#define __NR_splice (__NR_Linux + 291) #define __NR_splice (__NR_Linux + 291)
#define __NR_sync_file_range (__NR_Linux + 292) #define __NR_sync_file_range (__NR_Linux + 292)
#define __NR_tee (__NR_Linux + 293) #define __NR_tee (__NR_Linux + 293)
#define __NR_vmsplice (__NR_Linux + 294)
#define __NR_move_pages (__NR_Linux + 295)
#define __NR_getcpu (__NR_Linux + 296)
#define __NR_epoll_pwait (__NR_Linux + 297)
#define __NR_Linux_syscalls 294 #define __NR_Linux_syscalls 298
#define HPUX_GATEWAY_ADDR 0xC0000004 #define HPUX_GATEWAY_ADDR 0xC0000004
#define LINUX_GATEWAY_ADDR 0x100 #define LINUX_GATEWAY_ADDR 0x100
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment