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
1df35f80
Commit
1df35f80
authored
Oct 28, 2012
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc: Wire up sys_kcmp.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
187818cd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
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
-0
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 @
1df35f80
...
...
@@ -406,8 +406,9 @@
#define __NR_process_vm_readv 338
#define __NR_process_vm_writev 339
#define __NR_kern_features 340
#define __NR_kcmp 341
#define NR_syscalls 34
1
#define NR_syscalls 34
2
/* Bitmask values returned from kern_features system call. */
#define KERN_FEATURE_MIXED_MODE_STACK 0x00000001
...
...
arch/sparc/kernel/systbls_32.S
View file @
1df35f80
...
...
@@ -85,3 +85,4 @@ sys_call_table:
/*
325
*/
.
long
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
long
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
/*
335
*/
.
long
sys_syncfs
,
sys_sendmmsg
,
sys_setns
,
sys_process_vm_readv
,
sys_process_vm_writev
/*
340
*/
.
long
sys_ni_syscall
,
sys_kcmp
arch/sparc/kernel/systbls_64.S
View file @
1df35f80
...
...
@@ -86,7 +86,7 @@ sys_call_table32:
.
word
compat_sys_pwritev
,
compat_sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
compat_sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
word
sys32_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
compat_sys_open_by_handle_at
,
compat_sys_clock_adjtime
.
word
sys_syncfs
,
compat_sys_sendmmsg
,
sys_setns
,
compat_sys_process_vm_readv
,
compat_sys_process_vm_writev
/*
340
*/
.
word
sys_kern_features
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
#endif /* CONFIG_COMPAT */
...
...
@@ -164,4 +164,4 @@ sys_call_table:
.
word
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
word
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
.
word
sys_syncfs
,
sys_sendmmsg
,
sys_setns
,
sys_process_vm_readv
,
sys_process_vm_writev
/*
340
*/
.
word
sys_kern_features
/*
340
*/
.
word
sys_kern_features
,
sys_kcmp
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