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
Kirill Smelkov
linux
Commits
149c370f
Commit
149c370f
authored
Nov 07, 2011
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Wire up process_vm syscalls.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
78b425fa
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
arch/sh/include/asm/unistd_32.h
arch/sh/include/asm/unistd_32.h
+3
-1
arch/sh/include/asm/unistd_64.h
arch/sh/include/asm/unistd_64.h
+3
-1
arch/sh/kernel/syscalls_32.S
arch/sh/kernel/syscalls_32.S
+2
-0
arch/sh/kernel/syscalls_64.S
arch/sh/kernel/syscalls_64.S
+2
-0
No files found.
arch/sh/include/asm/unistd_32.h
View file @
149c370f
...
...
@@ -375,8 +375,10 @@
#define __NR_syncfs 362
#define __NR_sendmmsg 363
#define __NR_setns 364
#define __NR_process_vm_readv 365
#define __NR_process_vm_writev 366
#define NR_syscalls 36
5
#define NR_syscalls 36
7
#ifdef __KERNEL__
...
...
arch/sh/include/asm/unistd_64.h
View file @
149c370f
...
...
@@ -396,10 +396,12 @@
#define __NR_syncfs 373
#define __NR_sendmmsg 374
#define __NR_setns 375
#define __NR_process_vm_readv 376
#define __NR_process_vm_writev 377
#ifdef __KERNEL__
#define NR_syscalls 37
6
#define NR_syscalls 37
8
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
...
...
arch/sh/kernel/syscalls_32.S
View file @
149c370f
...
...
@@ -382,3 +382,5 @@ ENTRY(sys_call_table)
.
long
sys_syncfs
.
long
sys_sendmmsg
.
long
sys_setns
.
long
sys_process_vm_readv
/*
365
*/
.
long
sys_process_vm_writev
arch/sh/kernel/syscalls_64.S
View file @
149c370f
...
...
@@ -402,3 +402,5 @@ sys_call_table:
.
long
sys_syncfs
.
long
sys_sendmmsg
.
long
sys_setns
/*
375
*/
.
long
sys_process_vm_readv
.
long
sys_process_vm_writev
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