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
427472c9
Commit
427472c9
authored
May 23, 2011
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: wire up new sendmmsg syscall
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
63917efc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/blackfin/include/asm/unistd.h
arch/blackfin/include/asm/unistd.h
+2
-1
arch/blackfin/mach-common/entry.S
arch/blackfin/mach-common/entry.S
+1
-0
No files found.
arch/blackfin/include/asm/unistd.h
View file @
427472c9
...
...
@@ -398,8 +398,9 @@
#define __NR_clock_adjtime 377
#define __NR_syncfs 378
#define __NR_setns 379
#define __NR_sendmmsg 380
#define __NR_syscall 38
0
#define __NR_syscall 38
1
#define NR_syscalls __NR_syscall
/* Old optional stuff no one actually uses */
...
...
arch/blackfin/mach-common/entry.S
View file @
427472c9
...
...
@@ -1754,6 +1754,7 @@ ENTRY(_sys_call_table)
.
long
_sys_clock_adjtime
.
long
_sys_syncfs
.
long
_sys_setns
.
long
_sys_sendmmsg
/*
380
*/
.
rept
NR_syscalls
-(
.
-
_sys_call_table
)/
4
.
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