Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188450
b: refs/heads/master
c: 360adee
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger committed Mar 9, 2010
1 parent 47f5f5f commit 3ce958a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: ead9b1156d4b128db9f13ee8be32cbcd3f255db9
refs/heads/master: 360adee8a5c249f221de43d7d46073391359a4ba
18 changes: 9 additions & 9 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ ENTRY(_sys_call_table)
.long _sys_newuname
.long _sys_ni_syscall /* old sys_modify_ldt */
.long _sys_adjtimex
.long _sys_ni_syscall /* 125 */ /* sys_mprotect */
.long _sys_mprotect /* 125 */
.long _sys_ni_syscall /* old sys_sigprocmask */
.long _sys_ni_syscall /* old "creat_module" */
.long _sys_init_module
Expand All @@ -1376,16 +1376,16 @@ ENTRY(_sys_call_table)
.long _sys_getdents
.long _sys_ni_syscall /* sys_select */
.long _sys_flock
.long _sys_ni_syscall /* sys_msync */
.long _sys_msync
.long _sys_readv /* 145 */
.long _sys_writev
.long _sys_getsid
.long _sys_fdatasync
.long _sys_sysctl
.long _sys_ni_syscall /* 150 */ /* sys_mlock */
.long _sys_ni_syscall /* sys_munlock */
.long _sys_ni_syscall /* sys_mlockall */
.long _sys_ni_syscall /* sys_munlockall */
.long _sys_mlock /* 150 */
.long _sys_munlock
.long _sys_mlockall
.long _sys_munlockall
.long _sys_sched_setparam
.long _sys_sched_getparam /* 155 */
.long _sys_sched_setscheduler
Expand Down Expand Up @@ -1450,8 +1450,8 @@ ENTRY(_sys_call_table)
.long _sys_setfsuid /* 215 */
.long _sys_setfsgid
.long _sys_pivot_root
.long _sys_ni_syscall /* sys_mincore */
.long _sys_ni_syscall /* sys_madvise */
.long _sys_mincore
.long _sys_madvise
.long _sys_getdents64 /* 220 */
.long _sys_fcntl64
.long _sys_ni_syscall /* reserved for TUX */
Expand Down Expand Up @@ -1507,7 +1507,7 @@ ENTRY(_sys_call_table)
.long _sys_utimes
.long _sys_fadvise64_64
.long _sys_ni_syscall /* vserver */
.long _sys_ni_syscall /* 275, mbind */
.long _sys_mbind /* 275 */
.long _sys_ni_syscall /* get_mempolicy */
.long _sys_ni_syscall /* set_mempolicy */
.long _sys_mq_open
Expand Down

0 comments on commit 3ce958a

Please sign in to comment.