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
df4f3eb7
Commit
df4f3eb7
authored
Apr 16, 2009
by
Michal Simek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
microblaze: Add missing preadv and pwritev syscalls
Signed-off-by:
Michal Simek
<
monstr@monstr.eu
>
parent
ce0b755f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
arch/microblaze/include/asm/unistd.h
arch/microblaze/include/asm/unistd.h
+3
-1
arch/microblaze/kernel/syscall_table.S
arch/microblaze/kernel/syscall_table.S
+2
-0
No files found.
arch/microblaze/include/asm/unistd.h
View file @
df4f3eb7
...
...
@@ -378,8 +378,10 @@
#define __NR_sendmsg 360
/* new */
#define __NR_recvmsg 361
/* new */
#define __NR_accept04 362
/* new */
#define __NR_preadv 363
/* new */
#define __NR_pwritev 364
/* new */
#define __NR_syscalls 36
3
#define __NR_syscalls 36
5
#ifdef __KERNEL__
#ifndef __ASSEMBLY__
...
...
arch/microblaze/kernel/syscall_table.S
View file @
df4f3eb7
...
...
@@ -363,3 +363,5 @@ ENTRY(sys_call_table)
.
long
sys_sendmsg
/*
360
*/
.
long
sys_recvmsg
.
long
sys_ni_syscall
.
long
sys_ni_syscall
.
long
sys_ni_syscall
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