Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356319
b: refs/heads/master
c: 2408474
h: refs/heads/master
i:
  356317: 0dcbca2
  356315: 1f05690
  356311: 086e05d
  356303: a83c898
  356287: f58cc28
v: v3
  • Loading branch information
Helge Deller committed Feb 20, 2013
1 parent 3151e5a commit c9d4d90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95bb2f0b40de9074af740ca6569c26813fde307d
refs/heads/master: 24084747df3474bbdeb0880d26afe82c42161a6b
6 changes: 5 additions & 1 deletion trunk/arch/parisc/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,12 @@
#define __NR_syncfs (__NR_Linux + 327)
#define __NR_setns (__NR_Linux + 328)
#define __NR_sendmmsg (__NR_Linux + 329)
#define __NR_process_vm_readv (__NR_Linux + 330)
#define __NR_process_vm_writev (__NR_Linux + 331)
#define __NR_kcmp (__NR_Linux + 332)
#define __NR_finit_module (__NR_Linux + 333)

#define __NR_Linux_syscalls (__NR_sendmmsg + 1)
#define __NR_Linux_syscalls (__NR_finit_module + 1)


#define __IGNORE_select /* newselect */
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/parisc/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@
ENTRY_SAME(syncfs)
ENTRY_SAME(setns)
ENTRY_COMP(sendmmsg)
ENTRY_COMP(process_vm_readv) /* 330 */
ENTRY_COMP(process_vm_writev)
ENTRY_SAME(kcmp)
ENTRY_SAME(finit_module)

/* Nothing yet */

Expand Down

0 comments on commit c9d4d90

Please sign in to comment.