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
5c477b45
Commit
5c477b45
authored
Dec 06, 2015
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Wire up mlock2 syscall
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
5f0e9b4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/parisc/include/uapi/asm/unistd.h
arch/parisc/include/uapi/asm/unistd.h
+2
-1
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+1
-0
No files found.
arch/parisc/include/uapi/asm/unistd.h
View file @
5c477b45
...
...
@@ -360,8 +360,9 @@
#define __NR_execveat (__NR_Linux + 342)
#define __NR_membarrier (__NR_Linux + 343)
#define __NR_userfaultfd (__NR_Linux + 344)
#define __NR_mlock2 (__NR_Linux + 345)
#define __NR_Linux_syscalls (__NR_
userfaultfd
+ 1)
#define __NR_Linux_syscalls (__NR_
mlock2
+ 1)
#define __IGNORE_select
/* newselect */
...
...
arch/parisc/kernel/syscall_table.S
View file @
5c477b45
...
...
@@ -440,6 +440,7 @@
ENTRY_COMP
(
execveat
)
ENTRY_SAME
(
membarrier
)
ENTRY_SAME
(
userfaultfd
)
ENTRY_SAME
(
mlock2
)
/*
345
*/
.
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