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
7800029d
Commit
7800029d
authored
Feb 08, 2008
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRIS: Add new timerfd syscall entries.
parent
0b07aa6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
arch/cris/arch-v10/kernel/entry.S
arch/cris/arch-v10/kernel/entry.S
+3
-1
arch/cris/arch-v32/kernel/entry.S
arch/cris/arch-v32/kernel/entry.S
+3
-1
include/asm-cris/unistd.h
include/asm-cris/unistd.h
+3
-1
No files found.
arch/cris/arch-v10/kernel/entry.S
View file @
7800029d
...
...
@@ -924,9 +924,11 @@ sys_call_table:
.
long
sys_epoll_pwait
.
long
sys_utimensat
/*
320
*/
.
long
sys_signalfd
.
long
sys_
ni_syscall
.
long
sys_
timerfd_create
.
long
sys_eventfd
.
long
sys_fallocate
.
long
sys_timerfd_settime
/*
325
*/
.
long
sys_timerfd_gettime
/
*
*
NOTE
!!
This
doesn
't have to be exact - we just have
...
...
arch/cris/arch-v32/kernel/entry.S
View file @
7800029d
...
...
@@ -847,9 +847,11 @@ sys_call_table:
.
long
sys_epoll_pwait
.
long
sys_utimensat
/*
320
*/
.
long
sys_signalfd
.
long
sys_timerfd
.
long
sys_timerfd
_create
.
long
sys_eventfd
.
long
sys_fallocate
.
long
sys_timerfd_settime
/*
325
*/
.
long
sys_timerfd_gettime
/
*
*
NOTE
!!
This
doesn
't have to be exact - we just have
...
...
include/asm-cris/unistd.h
View file @
7800029d
...
...
@@ -326,9 +326,11 @@
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
#define __NR_timerfd
322
#define __NR_timerfd
_create
322
#define __NR_eventfd 323
#define __NR_fallocate 324
#define __NR_timerfd_settime 315
#define __NR_timerfd_gettime 316
#ifdef __KERNEL__
...
...
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