aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2006-12-23 00:12:02 +0100
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-02-17 00:57:56 -0500
commit19dd705f4e37ff09a66cef8c6d79416ae249e1a2 (patch)
treef2345b353f3ee3ea21a984ebb1e3e177687cf7b3 /arch/parisc
parent[PARISC] dump stack backtrace on BUG() and add syslog-levels to printk()s (diff)
downloadlinux-dev-19dd705f4e37ff09a66cef8c6d79416ae249e1a2.tar.xz
linux-dev-19dd705f4e37ff09a66cef8c6d79416ae249e1a2.zip
[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 'arch/parisc')
-rw-r--r--arch/parisc/kernel/syscall_table.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
index 701d66a596e8..15d9c635d6a6 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -399,5 +399,9 @@
ENTRY_SAME(splice)
ENTRY_OURS(sync_file_range)
ENTRY_SAME(tee)
+ ENTRY_COMP(vmsplice)
+ ENTRY_COMP(move_pages) /* 295 */
+ ENTRY_SAME(getcpu)
+ ENTRY_SAME(epoll_pwait)
/* Nothing yet */