Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40754
b: refs/heads/master
c: bbfd2bf
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen committed Nov 6, 2006
1 parent edc9b77 commit 3b48e0f
Show file tree
Hide file tree
Showing 4 changed files with 13 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: 168c8fa32ff40d6caf7226a5abf2a0096f3393bf
refs/heads/master: bbfd2bf9028a55cb85ff51eb34dc663b7e49ed55
9 changes: 9 additions & 0 deletions trunk/arch/avr32/kernel/syscall-stubs.S
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,12 @@ __sys_splice:
rcall sys_splice
sub sp, -4
popm pc

.global __sys_epoll_pwait
.type __sys_epoll_pwait,@function
__sys_epoll_pwait:
pushm lr
st.w --sp, ARG6
rcall sys_epoll_pwait
sub sp, -4
popm pc
1 change: 1 addition & 0 deletions trunk/arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,5 @@ sys_call_table:
.long sys_sync_file_range
.long sys_tee
.long sys_vmsplice
.long __sys_epoll_pwait /* 265 */
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
3 changes: 2 additions & 1 deletion trunk/include/asm-avr32/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,10 @@
#define __NR_sync_file_range 262
#define __NR_tee 263
#define __NR_vmsplice 264
#define __NR_epoll_pwait 265

#ifdef __KERNEL__
#define NR_syscalls 265
#define NR_syscalls 266


#define __ARCH_WANT_IPC_PARSE_VERSION
Expand Down

0 comments on commit 3b48e0f

Please sign in to comment.