Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321814
b: refs/heads/master
c: d8d5da1
h: refs/heads/master
v: v3
  • Loading branch information
Michael Cree authored and Linus Torvalds committed Aug 19, 2012
1 parent 63406d8 commit a722b7c
Show file tree
Hide file tree
Showing 3 changed files with 6 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: a2fa3ccd7b43665fe14cb562761a6c3d26a1d13f
refs/heads/master: d8d5da129857bfd54b603771fca5409062167392
4 changes: 3 additions & 1 deletion trunk/arch/alpha/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,12 @@
#define __NR_setns 501
#define __NR_accept4 502
#define __NR_sendmmsg 503
#define __NR_process_vm_readv 504
#define __NR_process_vm_writev 505

#ifdef __KERNEL__

#define NR_SYSCALLS 504
#define NR_SYSCALLS 506

#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_STAT64
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/alpha/kernel/systbls.S
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ sys_call_table:
.quad sys_setns
.quad sys_accept4
.quad sys_sendmmsg
.quad sys_process_vm_readv
.quad sys_process_vm_writev /* 505 */

.size sys_call_table, . - sys_call_table
.type sys_call_table, @object
Expand Down

0 comments on commit a722b7c

Please sign in to comment.