Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217135
b: refs/heads/master
c: 4d24d7f
h: refs/heads/master
i:
  217133: 289b85d
  217131: 39bcb99
  217127: dce9e35
  217119: da2c86d
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 7285692 commit 70085b3
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: b9b12fd147553676c6b9483bdc9e3eae0b449aa0
refs/heads/master: 4d24d7f7aeca897bada4936a2bd10c33c4f23308
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 @@ -383,8 +383,11 @@
#define __NR_rt_tgsigqueueinfo 365 /* new */
#define __NR_perf_event_open 366 /* new */
#define __NR_recvmmsg 367 /* new */
#define __NR_fanotify_init 368
#define __NR_fanotify_mark 369
#define __NR_prlimit64 370

#define __NR_syscalls 368
#define __NR_syscalls 371

#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 @@ -372,3 +372,6 @@ ENTRY(sys_call_table)
.long sys_rt_tgsigqueueinfo /* 365 */
.long sys_perf_event_open
.long sys_recvmmsg
.long sys_fanotify_init
.long sys_fanotify_mark
.long sys_prlimit64 /* 370 */

0 comments on commit 70085b3

Please sign in to comment.