Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209791
b: refs/heads/master
c: f3411b1
h: refs/heads/master
i:
  209789: 18cab0c
  209787: ce9af99
  209783: 83b5dc8
  209775: 60c543f
  209759: ddde04b
  209727: 7be41f7
  209663: 715826f
v: v3
  • Loading branch information
Mike Frysinger committed Aug 23, 2010
1 parent 0a667eb commit a7e46a4
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: 4bdef3bd7e59a3cabb3dc02ccff9f056d3a06f99
refs/heads/master: f3411b16c790e52b5abe174b33c7d213dbf5c259
5 changes: 4 additions & 1 deletion trunk/arch/blackfin/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,11 @@
#define __NR_rt_tgsigqueueinfo 368
#define __NR_perf_event_open 369
#define __NR_recvmmsg 370
#define __NR_fanotify_init 371
#define __NR_fanotify_mark 372
#define __NR_prlimit64 373

#define __NR_syscall 371
#define __NR_syscall 374
#define NR_syscalls __NR_syscall

/* Old optional stuff no one actually uses */
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1628,6 +1628,9 @@ ENTRY(_sys_call_table)
.long _sys_rt_tgsigqueueinfo
.long _sys_perf_event_open
.long _sys_recvmmsg /* 370 */
.long _sys_fanotify_init
.long _sys_fanotify_mark
.long _sys_prlimit64

.rept NR_syscalls-(.-_sys_call_table)/4
.long _sys_ni_syscall
Expand Down

0 comments on commit a7e46a4

Please sign in to comment.