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
4d24d7f7
Commit
4d24d7f7
authored
Aug 16, 2010
by
Michal Simek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
microblaze: wire up prlimit64 and fanotify* syscalls
Signed-off-by:
Michal Simek
<
monstr@monstr.eu
>
parent
b9b12fd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
arch/microblaze/include/asm/unistd.h
arch/microblaze/include/asm/unistd.h
+4
-1
arch/microblaze/kernel/syscall_table.S
arch/microblaze/kernel/syscall_table.S
+3
-0
No files found.
arch/microblaze/include/asm/unistd.h
View file @
4d24d7f7
...
...
@@ -383,8 +383,11 @@
#define __NR_rt_tgsigqueueinfo 365
/* new */
#define __NR_perf_event_open 366
/* new */
#define __NR_recvmmsg 367
/* new */
#define __NR_fanotify_init 368
#define __NR_fanotify_mark 369
#define __NR_prlimit64 370
#define __NR_syscalls 3
68
#define __NR_syscalls 3
71
#ifdef __KERNEL__
#ifndef __ASSEMBLY__
...
...
arch/microblaze/kernel/syscall_table.S
View file @
4d24d7f7
...
...
@@ -372,3 +372,6 @@ ENTRY(sys_call_table)
.
long
sys_rt_tgsigqueueinfo
/*
365
*/
.
long
sys_perf_event_open
.
long
sys_recvmmsg
.
long
sys_fanotify_init
.
long
sys_fanotify_mark
.
long
sys_prlimit64
/*
370
*/
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