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
nexedi
linux
Commits
f3411b16
Commit
f3411b16
authored
Aug 18, 2010
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: wire up new fanotify/prlimit64 syscalls
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
4bdef3bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
arch/blackfin/include/asm/unistd.h
arch/blackfin/include/asm/unistd.h
+4
-1
arch/blackfin/mach-common/entry.S
arch/blackfin/mach-common/entry.S
+3
-0
No files found.
arch/blackfin/include/asm/unistd.h
View file @
f3411b16
...
@@ -389,8 +389,11 @@
...
@@ -389,8 +389,11 @@
#define __NR_rt_tgsigqueueinfo 368
#define __NR_rt_tgsigqueueinfo 368
#define __NR_perf_event_open 369
#define __NR_perf_event_open 369
#define __NR_recvmmsg 370
#define __NR_recvmmsg 370
#define __NR_fanotify_init 371
#define __NR_fanotify_mark 372
#define __NR_prlimit64 373
#define __NR_syscall 37
1
#define __NR_syscall 37
4
#define NR_syscalls __NR_syscall
#define NR_syscalls __NR_syscall
/* Old optional stuff no one actually uses */
/* Old optional stuff no one actually uses */
...
...
arch/blackfin/mach-common/entry.S
View file @
f3411b16
...
@@ -1628,6 +1628,9 @@ ENTRY(_sys_call_table)
...
@@ -1628,6 +1628,9 @@ ENTRY(_sys_call_table)
.
long
_sys_rt_tgsigqueueinfo
.
long
_sys_rt_tgsigqueueinfo
.
long
_sys_perf_event_open
.
long
_sys_perf_event_open
.
long
_sys_recvmmsg
/*
370
*/
.
long
_sys_recvmmsg
/*
370
*/
.
long
_sys_fanotify_init
.
long
_sys_fanotify_mark
.
long
_sys_prlimit64
.
rept
NR_syscalls
-(
.
-
_sys_call_table
)/
4
.
rept
NR_syscalls
-(
.
-
_sys_call_table
)/
4
.
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