Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39862
b: refs/heads/master
c: f5956f8
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Oct 18, 2006
1 parent 4f2ea1b commit e1c81ea
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 8b42f5c20251060cb1ab875459fe66ad7bb92cbd
refs/heads/master: f5956f84072804712cb7b663c5c64e9800180833
1 change: 1 addition & 0 deletions trunk/arch/s390/kernel/syscalls.S
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,4 @@ SYSCALL(sys_tee,sys_tee,sys_tee_wrapper)
SYSCALL(sys_vmsplice,sys_vmsplice,compat_sys_vmsplice_wrapper)
NI_SYSCALL /* 310 sys_move_pages */
SYSCALL(sys_getcpu,sys_getcpu,sys_getcpu_wrapper)
SYSCALL(sys_epoll_pwait,sys_epoll_pwait,sys_ni_syscall)
3 changes: 2 additions & 1 deletion trunk/include/asm-s390/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,9 @@
#define __NR_vmsplice 309
/* Number 310 is reserved for new sys_move_pages */
#define __NR_getcpu 311
#define __NR_epoll_pwait 312

#define NR_syscalls 312
#define NR_syscalls 313

/*
* There are some system calls that are not present on 64 bit, some
Expand Down

0 comments on commit e1c81ea

Please sign in to comment.