Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f5956f84
Commit
f5956f84
authored
Oct 18, 2006
by
Heiko Carstens
Committed by
Martin Schwidefsky
Oct 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[S390] Wire up epoll_pwait syscall.
Signed-off-by:
Heiko Carstens
<
heiko.carstens@de.ibm.com
>
parent
8b42f5c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/s390/kernel/syscalls.S
arch/s390/kernel/syscalls.S
+1
-0
include/asm-s390/unistd.h
include/asm-s390/unistd.h
+2
-1
No files found.
arch/s390/kernel/syscalls.S
View file @
f5956f84
...
...
@@ -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
)
include/asm-s390/unistd.h
View file @
f5956f84
...
...
@@ -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 31
2
#define NR_syscalls 31
3
/*
* There are some system calls that are not present on 64 bit, some
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment