Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144140
b: refs/heads/master
c: df4f3eb
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Apr 23, 2009
1 parent 4f74247 commit 549e13a
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: ce0b755f7dda4f1c06b89f7e903667f538dadd3c
refs/heads/master: df4f3eb7c318e34899e9499bc5c9295690f7a106
4 changes: 3 additions & 1 deletion trunk/arch/microblaze/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,10 @@
#define __NR_sendmsg 360 /* new */
#define __NR_recvmsg 361 /* new */
#define __NR_accept04 362 /* new */
#define __NR_preadv 363 /* new */
#define __NR_pwritev 364 /* new */

#define __NR_syscalls 363
#define __NR_syscalls 365

#ifdef __KERNEL__
#ifndef __ASSEMBLY__
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,5 @@ ENTRY(sys_call_table)
.long sys_sendmsg /* 360 */
.long sys_recvmsg
.long sys_ni_syscall
.long sys_ni_syscall
.long sys_ni_syscall

0 comments on commit 549e13a

Please sign in to comment.