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
3e497df1
Commit
3e497df1
authored
Aug 16, 2010
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: wire up fanotify/prlimit64 syscalls.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
e583d6b3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
arch/sh/include/asm/unistd_32.h
arch/sh/include/asm/unistd_32.h
+4
-1
arch/sh/include/asm/unistd_64.h
arch/sh/include/asm/unistd_64.h
+4
-1
arch/sh/kernel/syscalls_32.S
arch/sh/kernel/syscalls_32.S
+3
-0
arch/sh/kernel/syscalls_64.S
arch/sh/kernel/syscalls_64.S
+3
-0
No files found.
arch/sh/include/asm/unistd_32.h
View file @
3e497df1
...
...
@@ -345,8 +345,11 @@
#define __NR_pwritev 334
#define __NR_rt_tgsigqueueinfo 335
#define __NR_perf_event_open 336
#define __NR_fanotify_init 337
#define __NR_fanotify_mark 338
#define __NR_prlimit64 339
#define NR_syscalls 3
37
#define NR_syscalls 3
40
#ifdef __KERNEL__
...
...
arch/sh/include/asm/unistd_64.h
View file @
3e497df1
...
...
@@ -387,10 +387,13 @@
#define __NR_perf_event_open 364
#define __NR_recvmmsg 365
#define __NR_accept4 366
#define __NR_fanotify_init 367
#define __NR_fanotify_mark 368
#define __NR_prlimit64 369
#ifdef __KERNEL__
#define NR_syscalls 3
67
#define NR_syscalls 3
70
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
...
...
arch/sh/kernel/syscalls_32.S
View file @
3e497df1
...
...
@@ -353,3 +353,6 @@ ENTRY(sys_call_table)
.
long
sys_pwritev
.
long
sys_rt_tgsigqueueinfo
/*
335
*/
.
long
sys_perf_event_open
.
long
sys_fanotify_init
.
long
sys_fanotify_mark
.
long
sys_prlimit64
arch/sh/kernel/syscalls_64.S
View file @
3e497df1
...
...
@@ -393,3 +393,6 @@ sys_call_table:
.
long
sys_perf_event_open
.
long
sys_recvmmsg
/*
365
*/
.
long
sys_accept4
.
long
sys_fanotify_init
.
long
sys_fanotify_mark
.
long
sys_prlimit64
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