Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347093
b: refs/heads/master
c: 4926f65
h: refs/heads/master
i:
  347091: 382d300
v: v3
  • Loading branch information
Kees Cook authored and Rusty Russell committed Dec 14, 2012
1 parent 7f0b3a9 commit c33c1cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e72d51b4ac32989496870cd8171b3682fea1839
refs/heads/master: 4926f65224e49f253feb0320b03814ea630b7541
1 change: 1 addition & 0 deletions trunk/arch/arm/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
#define __NR_process_vm_readv (__NR_SYSCALL_BASE+376)
#define __NR_process_vm_writev (__NR_SYSCALL_BASE+377)
/* 378 for kcmp */
#define __NR_finit_module (__NR_SYSCALL_BASE+379)

/*
* This may need to be greater than __NR_last_syscall+1 in order to
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/kernel/calls.S
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
CALL(sys_process_vm_readv)
CALL(sys_process_vm_writev)
CALL(sys_ni_syscall) /* reserved for sys_kcmp */
CALL(sys_finit_module)
#ifndef syscalls_counted
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
#define syscalls_counted
Expand Down

0 comments on commit c33c1cd

Please sign in to comment.