diff options
author | Helge Deller <deller@gmx.de> | 2006-12-23 00:12:02 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 00:57:56 -0500 |
commit | 19dd705f4e37ff09a66cef8c6d79416ae249e1a2 (patch) | |
tree | f2345b353f3ee3ea21a984ebb1e3e177687cf7b3 /include/asm-parisc | |
parent | bd83bcffb2a582ddac0b463153a4c1fda4335273 (diff) | |
download | op-kernel-dev-19dd705f4e37ff09a66cef8c6d79416ae249e1a2.zip op-kernel-dev-19dd705f4e37ff09a66cef8c6d79416ae249e1a2.tar.gz |
[PARISC] add missing syscalls for vmsplice, move_pages, getcpu & epoll_pwait
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/unistd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index 53b0f5d..3a1ae2b 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h @@ -786,8 +786,12 @@ #define __NR_splice (__NR_Linux + 291) #define __NR_sync_file_range (__NR_Linux + 292) #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 LINUX_GATEWAY_ADDR 0x100 |