Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283166
b: refs/heads/master
c: f3aef25
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jan 5, 2012
1 parent ff38d66 commit b6da5fe
Show file tree
Hide file tree
Showing 3 changed files with 8 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: 18e3b1075b1bc4a6027a6612fe70a5c81c209ec7
refs/heads/master: f3aef2510e2bb28cdbf32e5f3b8f04f03336ac81
5 changes: 4 additions & 1 deletion trunk/arch/microblaze/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,11 @@
#define __NR_clock_adjtime 373
#define __NR_syncfs 374
#define __NR_setns 375
#define __NR_sendmmsg 376
#define __NR_process_vm_readv 377
#define __NR_process_vm_writev 378

#define __NR_syscalls 376
#define __NR_syscalls 379

#ifdef __KERNEL__
#ifndef __ASSEMBLY__
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/microblaze/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,6 @@ ENTRY(sys_call_table)
.long sys_clock_adjtime
.long sys_syncfs
.long sys_setns /* 375 */
.long sys_sendmmsg
.long sys_process_vm_readv
.long sys_process_vm_writev

0 comments on commit b6da5fe

Please sign in to comment.