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
7c26701a
Commit
7c26701a
authored
Oct 09, 2018
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc: Wire up io_pgetevents system call.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
ff5d1a42
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
arch/sparc/include/uapi/asm/unistd.h
arch/sparc/include/uapi/asm/unistd.h
+2
-1
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_32.S
+1
-1
arch/sparc/kernel/systbls_64.S
arch/sparc/kernel/systbls_64.S
+2
-2
No files found.
arch/sparc/include/uapi/asm/unistd.h
View file @
7c26701a
...
...
@@ -427,8 +427,9 @@
#define __NR_preadv2 358
#define __NR_pwritev2 359
#define __NR_statx 360
#define __NR_io_pgetevents 361
#define NR_syscalls 36
1
#define NR_syscalls 36
2
/* Bitmask values returned from kern_features system call. */
#define KERN_FEATURE_MIXED_MODE_STACK 0x00000001
...
...
arch/sparc/kernel/systbls_32.S
View file @
7c26701a
...
...
@@ -90,4 +90,4 @@ sys_call_table:
/*
345
*/
.
long
sys_renameat2
,
sys_seccomp
,
sys_getrandom
,
sys_memfd_create
,
sys_bpf
/*
350
*/
.
long
sys_execveat
,
sys_membarrier
,
sys_userfaultfd
,
sys_bind
,
sys_listen
/*
355
*/
.
long
sys_setsockopt
,
sys_mlock2
,
sys_copy_file_range
,
sys_preadv2
,
sys_pwritev2
/*
360
*/
.
long
sys_statx
/*
360
*/
.
long
sys_statx
,
sys_io_pgetevents
arch/sparc/kernel/systbls_64.S
View file @
7c26701a
...
...
@@ -91,7 +91,7 @@ sys_call_table32:
.
word
sys_renameat2
,
sys_seccomp
,
sys_getrandom
,
sys_memfd_create
,
sys_bpf
/*
350
*/
.
word
sys32_execveat
,
sys_membarrier
,
sys_userfaultfd
,
sys_bind
,
sys_listen
.
word
compat_sys_setsockopt
,
sys_mlock2
,
sys_copy_file_range
,
compat_sys_preadv2
,
compat_sys_pwritev2
/*
360
*/
.
word
sys_statx
/*
360
*/
.
word
sys_statx
,
compat_sys_io_pgetevents
#endif /* CONFIG_COMPAT */
...
...
@@ -173,4 +173,4 @@ sys_call_table:
.
word
sys_renameat2
,
sys_seccomp
,
sys_getrandom
,
sys_memfd_create
,
sys_bpf
/*
350
*/
.
word
sys64_execveat
,
sys_membarrier
,
sys_userfaultfd
,
sys_bind
,
sys_listen
.
word
sys_setsockopt
,
sys_mlock2
,
sys_copy_file_range
,
sys_preadv2
,
sys_pwritev2
/*
360
*/
.
word
sys_statx
/*
360
*/
.
word
sys_statx
,
sys_io_pgetevents
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