Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154964
b: refs/heads/master
c: 4ae7833
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jul 6, 2009
1 parent bd16bf0 commit 1fe6a16
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: e513588f75912f022677866244de6b19b98b8d9a
refs/heads/master: 4ae78338157a1fe2d7a398d86bb9f9043d600d2b
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 @@ -380,8 +380,10 @@
#define __NR_accept04 362 /* new */
#define __NR_preadv 363 /* new */
#define __NR_pwritev 364 /* new */
#define __NR_rt_tgsigqueueinfo 365 /* new */
#define __NR_perf_counter_open 366 /* new */

#define __NR_syscalls 365
#define __NR_syscalls 367

#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 @@ -369,3 +369,5 @@ ENTRY(sys_call_table)
.long sys_ni_syscall
.long sys_ni_syscall
.long sys_ni_syscall
.long sys_rt_tgsigqueueinfo /* 365 */
.long sys_perf_counter_open

0 comments on commit 1fe6a16

Please sign in to comment.