Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
8c45112b
Commit
8c45112b
authored
May 03, 2006
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Hook up vmsplice into syscall tables.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
e17df688
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
arch/sparc/kernel/systbls.S
arch/sparc/kernel/systbls.S
+1
-1
arch/sparc64/kernel/sys32.S
arch/sparc64/kernel/sys32.S
+1
-0
arch/sparc64/kernel/systbls.S
arch/sparc64/kernel/systbls.S
+2
-2
include/asm-sparc/unistd.h
include/asm-sparc/unistd.h
+1
-1
include/asm-sparc64/unistd.h
include/asm-sparc64/unistd.h
+1
-1
No files found.
arch/sparc/kernel/systbls.S
View file @
8c45112b
...
...
@@ -23,7 +23,7 @@ sys_call_table:
/*
10
*/
.
long
sys_unlink
,
sunos_execv
,
sys_chdir
,
sys_chown16
,
sys_mknod
/*
15
*/
.
long
sys_chmod
,
sys_lchown16
,
sparc_brk
,
sys_nis_syscall
,
sys_lseek
/*
20
*/
.
long
sys_getpid
,
sys_capget
,
sys_capset
,
sys_setuid16
,
sys_getuid16
/*
25
*/
.
long
sys_
tim
e
,
sys_ptrace
,
sys_alarm
,
sys_sigaltstack
,
sys_pause
/*
25
*/
.
long
sys_
vmsplic
e
,
sys_ptrace
,
sys_alarm
,
sys_sigaltstack
,
sys_pause
/*
30
*/
.
long
sys_utime
,
sys_lchown
,
sys_fchown
,
sys_access
,
sys_nice
/*
35
*/
.
long
sys_chown
,
sys_sync
,
sys_kill
,
sys_newstat
,
sys_sendfile
/*
40
*/
.
long
sys_newlstat
,
sys_dup
,
sys_pipe
,
sys_times
,
sys_getuid
...
...
arch/sparc64/kernel/sys32.S
View file @
8c45112b
...
...
@@ -139,6 +139,7 @@ SIGN3(sys32_ioprio_set, sys_ioprio_set, %o0, %o1, %o2)
SIGN2
(
sys32_splice
,
sys_splice
,
%
o0
,
%
o1
)
SIGN2
(
sys32_sync_file_range
,
compat_sync_file_range
,
%
o0
,
%
o5
)
SIGN2
(
sys32_tee
,
sys_tee
,
%
o0
,
%
o1
)
SIGN1
(
sys32_vmsplice
,
compat_sys_vmsplice
,
%
o0
)
.
globl
sys32_mmap2
sys32_mmap2
:
...
...
arch/sparc64/kernel/systbls.S
View file @
8c45112b
...
...
@@ -25,7 +25,7 @@ sys_call_table32:
/*
10
*/
.
word
sys_unlink
,
sunos_execv
,
sys_chdir
,
sys32_chown16
,
sys32_mknod
/*
15
*/
.
word
sys_chmod
,
sys32_lchown16
,
sparc_brk
,
sys32_perfctr
,
sys32_lseek
/*
20
*/
.
word
sys_getpid
,
sys_capget
,
sys_capset
,
sys32_setuid16
,
sys32_getuid16
/*
25
*/
.
word
compat_sys_tim
e
,
sys_ptrace
,
sys_alarm
,
sys32_sigaltstack
,
sys32_pause
/*
25
*/
.
word
sys32_vmsplic
e
,
sys_ptrace
,
sys_alarm
,
sys32_sigaltstack
,
sys32_pause
/*
30
*/
.
word
compat_sys_utime
,
sys_lchown
,
sys_fchown
,
sys32_access
,
sys32_nice
.
word
sys_chown
,
sys_sync
,
sys32_kill
,
compat_sys_newstat
,
sys32_sendfile
/*
40
*/
.
word
compat_sys_newlstat
,
sys_dup
,
sys_pipe
,
compat_sys_times
,
sys_getuid
...
...
@@ -94,7 +94,7 @@ sys_call_table:
/*
10
*/
.
word
sys_unlink
,
sys_nis_syscall
,
sys_chdir
,
sys_chown
,
sys_mknod
/*
15
*/
.
word
sys_chmod
,
sys_lchown
,
sparc_brk
,
sys_perfctr
,
sys_lseek
/*
20
*/
.
word
sys_getpid
,
sys_capget
,
sys_capset
,
sys_setuid
,
sys_getuid
/*
25
*/
.
word
sys_
nis_syscall
,
sys_ptrace
,
sys_alarm
,
sys_sigaltstack
,
sys_nis_syscall
/*
25
*/
.
word
sys_
vmsplice
,
sys_ptrace
,
sys_alarm
,
sys_sigaltstack
,
sys_nis_syscall
/*
30
*/
.
word
sys_utime
,
sys_nis_syscall
,
sys_nis_syscall
,
sys_access
,
sys_nice
.
word
sys_nis_syscall
,
sys_sync
,
sys_kill
,
sys_newstat
,
sys_sendfile64
/*
40
*/
.
word
sys_newlstat
,
sys_dup
,
sys_pipe
,
sys_times
,
sys_nis_syscall
...
...
include/asm-sparc/unistd.h
View file @
8c45112b
...
...
@@ -41,7 +41,7 @@
#define __NR_capset 22
/* Linux Specific */
#define __NR_setuid 23
/* Implemented via setreuid in SunOS */
#define __NR_getuid 24
/* Common */
/* #define __NR_time alias 25
ENOSYS under SunOS */
#define __NR_vmsplice 25
/*
ENOSYS under SunOS */
#define __NR_ptrace 26
/* Common */
#define __NR_alarm 27
/* Implemented via setitimer in SunOS */
#define __NR_sigaltstack 28
/* Common */
...
...
include/asm-sparc64/unistd.h
View file @
8c45112b
...
...
@@ -41,7 +41,7 @@
#define __NR_capset 22
/* Linux Specific */
#define __NR_setuid 23
/* Implemented via setreuid in SunOS */
#define __NR_getuid 24
/* Common */
/* #define __NR_time alias 25
ENOSYS under SunOS */
#define __NR_vmsplice 25
/*
ENOSYS under SunOS */
#define __NR_ptrace 26
/* Common */
#define __NR_alarm 27
/* Implemented via setitimer in SunOS */
#define __NR_sigaltstack 28
/* Common */
...
...
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