Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243671
b: refs/heads/master
c: 57bd35d
h: refs/heads/master
i:
  243669: f3041e8
  243667: a8d555f
  243663: bc95173
v: v3
  • Loading branch information
Michal Simek committed Apr 1, 2011
1 parent c4fe925 commit 8867f92
Show file tree
Hide file tree
Showing 3 changed files with 10 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: 56d448010f4cde5293fe3adfbc636ede827fdfb0
refs/heads/master: 57bd35d414c453fea2b08e9dad6067ee7e6c188a
6 changes: 5 additions & 1 deletion trunk/arch/microblaze/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,12 @@
#define __NR_fanotify_init 368
#define __NR_fanotify_mark 369
#define __NR_prlimit64 370
#define __NR_name_to_handle_at 371
#define __NR_open_by_handle_at 372
#define __NR_clock_adjtime 373
#define __NR_syncfs 374

#define __NR_syscalls 371
#define __NR_syscalls 375

#ifdef __KERNEL__
#ifndef __ASSEMBLY__
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/microblaze/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,7 @@ ENTRY(sys_call_table)
.long sys_fanotify_init
.long sys_fanotify_mark
.long sys_prlimit64 /* 370 */
.long sys_name_to_handle_at
.long sys_open_by_handle_at
.long sys_clock_adjtime
.long sys_syncfs

0 comments on commit 8867f92

Please sign in to comment.