Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293958
b: refs/heads/master
c: dd47ba1
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bob Liu committed Mar 21, 2012
1 parent 5609469 commit c9048bf
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: 0db07a905628d7f2952691df40853ffd95ceb097
refs/heads/master: dd47ba13786f22893d08747c152a2cf1435d0d8c
4 changes: 3 additions & 1 deletion trunk/arch/blackfin/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,10 @@
#define __NR_syncfs 378
#define __NR_setns 379
#define __NR_sendmmsg 380
#define __NR_process_vm_readv 381
#define __NR_process_vm_writev 382

#define __NR_syscall 381
#define __NR_syscall 383
#define NR_syscalls __NR_syscall

/* Old optional stuff no one actually uses */
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,8 @@ ENTRY(_sys_call_table)
.long _sys_syncfs
.long _sys_setns
.long _sys_sendmmsg /* 380 */
.long _sys_process_vm_readv
.long _sys_process_vm_writev

.rept NR_syscalls-(.-_sys_call_table)/4
.long _sys_ni_syscall
Expand Down

0 comments on commit c9048bf

Please sign in to comment.