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
8bdd5142
Commit
8bdd5142
authored
Apr 13, 2011
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: Document former use of timerfd(2) syscall number.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
e12f47ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
arch/mips/kernel/scall32-o32.S
arch/mips/kernel/scall32-o32.S
+1
-1
arch/mips/kernel/scall64-64.S
arch/mips/kernel/scall64-64.S
+1
-1
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-n32.S
+1
-1
arch/mips/kernel/scall64-o32.S
arch/mips/kernel/scall64-o32.S
+1
-1
No files found.
arch/mips/kernel/scall32-o32.S
View file @
8bdd5142
...
...
@@ -565,7 +565,7 @@ einval: li v0, -ENOSYS
sys
sys_ioprio_get
2
/*
4315
*/
sys
sys_utimensat
4
sys
sys_signalfd
3
sys
sys_ni_syscall
0
sys
sys_ni_syscall
0
/*
was
timerfd
*/
sys
sys_eventfd
1
sys
sys_fallocate
6
/*
4320
*/
sys
sys_timerfd_create
2
...
...
arch/mips/kernel/scall64-64.S
View file @
8bdd5142
...
...
@@ -404,7 +404,7 @@ sys_call_table:
PTR
sys_ioprio_get
PTR
sys_utimensat
/*
5275
*/
PTR
sys_signalfd
PTR
sys_ni_syscall
PTR
sys_ni_syscall
/*
was
timerfd
*/
PTR
sys_eventfd
PTR
sys_fallocate
PTR
sys_timerfd_create
/*
5280
*/
...
...
arch/mips/kernel/scall64-n32.S
View file @
8bdd5142
...
...
@@ -403,7 +403,7 @@ EXPORT(sysn32_call_table)
PTR
sys_ioprio_get
PTR
compat_sys_utimensat
PTR
compat_sys_signalfd
/*
6280
*/
PTR
sys_ni_syscall
PTR
sys_ni_syscall
/*
was
timerfd
*/
PTR
sys_eventfd
PTR
sys_fallocate
PTR
sys_timerfd_create
...
...
arch/mips/kernel/scall64-o32.S
View file @
8bdd5142
...
...
@@ -522,7 +522,7 @@ sys_call_table:
PTR
sys_ioprio_get
/*
4315
*/
PTR
compat_sys_utimensat
PTR
compat_sys_signalfd
PTR
sys_ni_syscall
PTR
sys_ni_syscall
/*
was
timerfd
*/
PTR
sys_eventfd
PTR
sys32_fallocate
/*
4320
*/
PTR
sys_timerfd_create
...
...
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