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
1427add0
Commit
1427add0
authored
Dec 27, 2012
by
Heiko Carstens
Committed by
Martin Schwidefsky
Jan 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s390/syscalls: wire up finit_module syscall
Signed-off-by:
Heiko Carstens
<
heiko.carstens@de.ibm.com
>
parent
b2034e19
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
arch/s390/include/uapi/asm/unistd.h
arch/s390/include/uapi/asm/unistd.h
+2
-1
arch/s390/kernel/compat_wrapper.S
arch/s390/kernel/compat_wrapper.S
+6
-0
arch/s390/kernel/syscalls.S
arch/s390/kernel/syscalls.S
+1
-0
No files found.
arch/s390/include/uapi/asm/unistd.h
View file @
1427add0
...
...
@@ -279,7 +279,8 @@
#define __NR_process_vm_writev 341
#define __NR_s390_runtime_instr 342
#define __NR_kcmp 343
#define NR_syscalls 344
#define __NR_finit_module 344
#define NR_syscalls 345
/*
* There are some system calls that are not present on 64 bit, some
...
...
arch/s390/kernel/compat_wrapper.S
View file @
1427add0
...
...
@@ -1659,3 +1659,9 @@ ENTRY(sys_kcmp_wrapper)
llgfr
%
r5
,%
r5
#
unsigned
long
llgfr
%
r6
,%
r6
#
unsigned
long
jg
sys_kcmp
ENTRY
(
sys_finit_module_wrapper
)
lgfr
%
r2
,%
r2
#
int
llgtr
%
r3
,%
r3
#
const
char
__user
*
lgfr
%
r4
,%
r4
#
int
jg
sys_finit_module
arch/s390/kernel/syscalls.S
View file @
1427add0
...
...
@@ -352,3 +352,4 @@ SYSCALL(sys_process_vm_readv,sys_process_vm_readv,compat_sys_process_vm_readv_wr
SYSCALL
(
sys_process_vm_writev
,
sys_process_vm_writev
,
compat_sys_process_vm_writev_wrapper
)
SYSCALL
(
sys_ni_syscall
,
sys_s390_runtime_instr
,
sys_s390_runtime_instr_wrapper
)
SYSCALL
(
sys_kcmp
,
sys_kcmp
,
sys_kcmp_wrapper
)
SYSCALL
(
sys_finit_module
,
sys_finit_module
,
sys_finit_module_wrapper
)
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