Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344402
b: refs/heads/master
c: 05c0674
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Dec 13, 2012
1 parent 2c2bf3c commit d3c2260
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 7958a689199fbc557fad7d79b16b2017a7e40a71
refs/heads/master: 05c0674107dee0bf2aed323796c443cb6de8e71a
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@
#define __NR_sendmmsg 376
#define __NR_process_vm_readv 377
#define __NR_process_vm_writev 378
#define __NR_kcmp 379

#define __NR_syscalls 379
#define __NR_syscalls 380

#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
1 change: 1 addition & 0 deletions trunk/arch/microblaze/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,4 @@ ENTRY(sys_call_table)
.long sys_sendmmsg
.long sys_process_vm_readv
.long sys_process_vm_writev
.long sys_kcmp

0 comments on commit d3c2260

Please sign in to comment.