Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
b3f80f6d
Commit
b3f80f6d
authored
14 years ago
by
David S. Miller
Browse files
Options
Downloads
Patches
Plain Diff
sparc: Add {open_by,name_to}_handle_at and clock_adjtime syscalls.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
9889376a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/sparc/include/asm/unistd.h
+4
-1
4 additions, 1 deletion
arch/sparc/include/asm/unistd.h
arch/sparc/kernel/systbls_32.S
+1
-1
1 addition, 1 deletion
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_64.S
+2
-2
2 additions, 2 deletions
arch/sparc/kernel/systbls_64.S
with
7 additions
and
4 deletions
arch/sparc/include/asm/unistd.h
+
4
−
1
View file @
b3f80f6d
...
@@ -400,8 +400,11 @@
...
@@ -400,8 +400,11 @@
#define __NR_fanotify_init 329
#define __NR_fanotify_init 329
#define __NR_fanotify_mark 330
#define __NR_fanotify_mark 330
#define __NR_prlimit64 331
#define __NR_prlimit64 331
#define __NR_name_to_handle_at 332
#define __NR_open_by_handle_at 333
#define __NR_clock_adjtime 334
#define NR_syscalls 33
2
#define NR_syscalls 33
5
#ifdef __32bit_syscall_numbers__
#ifdef __32bit_syscall_numbers__
/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
...
...
This diff is collapsed.
Click to expand it.
arch/sparc/kernel/systbls_32.S
+
1
−
1
View file @
b3f80f6d
...
@@ -83,5 +83,5 @@ sys_call_table:
...
@@ -83,5 +83,5 @@ sys_call_table:
/*
315
*/
.
long
sys_timerfd_settime
,
sys_timerfd_gettime
,
sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
/*
315
*/
.
long
sys_timerfd_settime
,
sys_timerfd_gettime
,
sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
/*
320
*/
.
long
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
/*
320
*/
.
long
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
/*
325
*/
.
long
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
325
*/
.
long
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
long
sys_fanotify_mark
,
sys_prlimit64
/*
330
*/
.
long
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
This diff is collapsed.
Click to expand it.
arch/sparc/kernel/systbls_64.S
+
2
−
2
View file @
b3f80f6d
...
@@ -84,7 +84,7 @@ sys_call_table32:
...
@@ -84,7 +84,7 @@ sys_call_table32:
.
word
compat_sys_timerfd_settime
,
compat_sys_timerfd_gettime
,
compat_sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
.
word
compat_sys_timerfd_settime
,
compat_sys_timerfd_gettime
,
compat_sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
compat_sys_preadv
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
compat_sys_preadv
.
word
compat_sys_pwritev
,
compat_sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
compat_sys_recvmmsg
,
sys_fanotify_init
.
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
/*
330
*/
.
word
sys32_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
compat_sys_open_by_handle_at
,
compat_sys_clock_adjtime
#endif /* CONFIG_COMPAT */
#endif /* CONFIG_COMPAT */
...
@@ -160,4 +160,4 @@ sys_call_table:
...
@@ -160,4 +160,4 @@ sys_call_table:
.
word
sys_timerfd_settime
,
sys_timerfd_gettime
,
sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
.
word
sys_timerfd_settime
,
sys_timerfd_gettime
,
sys_signalfd4
,
sys_eventfd2
,
sys_epoll_create1
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
.
word
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
.
word
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
word
sys_fanotify_mark
,
sys_prlimit64
/*
330
*/
.
word
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment