Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375947
b: refs/heads/master
c: dec33ab
h: refs/heads/master
i:
  375945: 67616eb
  375943: 082831b
v: v3
  • Loading branch information
Aron Xu authored and Ralf Baechle committed May 22, 2013
1 parent 8b09ad8 commit 4d20a8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 22047b85170280b0ca59ce4befd0fa1f71a4ec16
refs/heads/master: dec33abaafc89bcbd78f85fad0513170415a26d5
5 changes: 3 additions & 2 deletions trunk/arch/mips/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -694,16 +694,17 @@
#define __NR_process_vm_writev (__NR_Linux + 305)
#define __NR_kcmp (__NR_Linux + 306)
#define __NR_finit_module (__NR_Linux + 307)
#define __NR_getdents64 (__NR_Linux + 308)

/*
* Offset of the last Linux 64-bit flavoured syscall
*/
#define __NR_Linux_syscalls 307
#define __NR_Linux_syscalls 308

#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */

#define __NR_64_Linux 5000
#define __NR_64_Linux_syscalls 307
#define __NR_64_Linux_syscalls 308

#if _MIPS_SIM == _MIPS_SIM_NABI32

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/kernel/scall64-64.S
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,5 @@ sys_call_table:
PTR sys_process_vm_writev /* 5305 */
PTR sys_kcmp
PTR sys_finit_module
PTR sys_getdents64
.size sys_call_table,.-sys_call_table

0 comments on commit 4d20a8d

Please sign in to comment.