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
018ef969
Commit
018ef969
authored
Apr 08, 2009
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc: Hook up sys_preadv and sys_pwritev
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
01c45381
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
arch/sparc/include/asm/unistd.h
arch/sparc/include/asm/unistd.h
+3
-1
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_32.S
+1
-1
arch/sparc/kernel/systbls_64.S
arch/sparc/kernel/systbls_64.S
+2
-2
No files found.
arch/sparc/include/asm/unistd.h
View file @
018ef969
...
...
@@ -392,8 +392,10 @@
#define __NR_pipe2 321
#define __NR_inotify_init1 322
#define __NR_accept4 323
#define __NR_preadv 324
#define __NR_pwritev 325
#define NR_SYSCALLS 32
4
#define NR_SYSCALLS 32
6
#ifdef __32bit_syscall_numbers__
/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
...
...
arch/sparc/kernel/systbls_32.S
View file @
018ef969
...
...
@@ -81,4 +81,4 @@ sys_call_table:
/*
305
*/
.
long
sys_set_mempolicy
,
sys_kexec_load
,
sys_move_pages
,
sys_getcpu
,
sys_epoll_pwait
/*
310
*/
.
long
sys_utimensat
,
sys_signalfd
,
sys_timerfd_create
,
sys_eventfd
,
sys_fallocate
/*
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
/*
320
*/
.
long
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
,
sys_pwritev
arch/sparc/kernel/systbls_64.S
View file @
018ef969
...
...
@@ -82,7 +82,7 @@ sys_call_table32:
.
word
compat_sys_set_mempolicy
,
compat_sys_kexec_load
,
compat_sys_move_pages
,
sys_getcpu
,
compat_sys_epoll_pwait
/*
310
*/
.
word
compat_sys_utimensat
,
compat_sys_signalfd
,
sys_timerfd_create
,
sys_eventfd
,
compat_sys_fallocate
.
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
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
compat_sys_preadv
,
compat_sys_pwritev
#endif /* CONFIG_COMPAT */
...
...
@@ -156,4 +156,4 @@ sys_call_table:
.
word
sys_set_mempolicy
,
sys_kexec_load
,
sys_move_pages
,
sys_getcpu
,
sys_epoll_pwait
/*
310
*/
.
word
sys_utimensat
,
sys_signalfd
,
sys_timerfd_create
,
sys_eventfd
,
sys_fallocate
.
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
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
,
sys_pwritev
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