aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-02-13 19:40:19 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-13 19:40:19 -0800
commita110d514a582553e7439e92d92fb062d80b3e21d (patch)
treeaa8fd4abd430fa393c00e880d7d8145e4f7ee0a2 /arch
parent934a3595b30c986bab52bc9c08d12c8962c88c8a (diff)
parent28b2425ac76b0f043f2efd34521f2a3c7ec8ccc5 (diff)
downloadlinux-a110d514a582553e7439e92d92fb062d80b3e21d.tar.gz
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6
Diffstat (limited to 'arch')
-rw-r--r--arch/parisc/kernel/syscall_table.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
index 51d2480627d184..66224f710e856f 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -377,8 +377,8 @@
ENTRY_SAME(inotify_init)
ENTRY_SAME(inotify_add_watch) /* 270 */
ENTRY_SAME(inotify_rm_watch)
- ENTRY_COMP(pselect6)
- ENTRY_COMP(ppoll)
+ ENTRY_SAME(ni_syscall) /* 271 ENTRY_COMP(pselect6) */
+ ENTRY_SAME(ni_syscall) /* 272 ENTRY_COMP(ppoll) */
ENTRY_SAME(migrate_pages)
ENTRY_COMP(openat) /* 275 */
ENTRY_SAME(mkdirat)