Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77407
b: refs/heads/master
c: fc97551
h: refs/heads/master
i:
  77405: ad13210
  77403: 8b707e6
  77399: ad38da9
  77391: 74172f3
  77375: d050b95
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Jan 27, 2008
1 parent 20ea3f3 commit 80e022d
Show file tree
Hide file tree
Showing 3 changed files with 4 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: ee7883b7466e721a72edacbcba2fe9cf449d82b2
refs/heads/master: fc97551db9e4e9402ff2b5c94be8267b2e5f32f4
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ ENTRY(_sys_call_table)
.long _sys_set_robust_list
.long _sys_get_robust_list /* 355 */
.long _sys_fallocate
.long _sys_semtimedop
.rept NR_syscalls-(.-_sys_call_table)/4
.long _sys_ni_syscall
.endr
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/asm-blackfin/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,9 @@
#define __NR_set_robust_list 354
#define __NR_get_robust_list 355
#define __NR_fallocate 356
#define __NR_semtimedop 357

#define __NR_syscall 357
#define __NR_syscall 358
#define NR_syscalls __NR_syscall

/* Old optional stuff no one actually uses */
Expand Down

0 comments on commit 80e022d

Please sign in to comment.