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
119a0a3c
Commit
119a0a3c
authored
Mar 23, 2016
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Wire up preadv2 and pwritev2 syscalls
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
0de79858
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
arch/parisc/include/uapi/asm/unistd.h
arch/parisc/include/uapi/asm/unistd.h
+3
-1
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+2
-0
No files found.
arch/parisc/include/uapi/asm/unistd.h
View file @
119a0a3c
...
...
@@ -362,8 +362,10 @@
#define __NR_userfaultfd (__NR_Linux + 344)
#define __NR_mlock2 (__NR_Linux + 345)
#define __NR_copy_file_range (__NR_Linux + 346)
#define __NR_preadv2 (__NR_Linux + 347)
#define __NR_pwritev2 (__NR_Linux + 348)
#define __NR_Linux_syscalls (__NR_
copy_file_range
+ 1)
#define __NR_Linux_syscalls (__NR_
pwritev2
+ 1)
#define __IGNORE_select
/* newselect */
...
...
arch/parisc/kernel/syscall_table.S
View file @
119a0a3c
...
...
@@ -442,6 +442,8 @@
ENTRY_SAME
(
userfaultfd
)
ENTRY_SAME
(
mlock2
)
/*
345
*/
ENTRY_SAME
(
copy_file_range
)
ENTRY_COMP
(
preadv2
)
ENTRY_COMP
(
pwritev2
)
.
ifne
(.
-
90
b
)
-
(
__NR_Linux_syscalls
*
(
91
b
-
90
b
))
...
...
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