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
5d0e1464
Commit
5d0e1464
authored
Feb 07, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Wire up new timerfd syscalls.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
87153058
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
arch/sh/kernel/syscalls_32.S
arch/sh/kernel/syscalls_32.S
+3
-1
arch/sh/kernel/syscalls_64.S
arch/sh/kernel/syscalls_64.S
+3
-1
include/asm-sh/unistd_32.h
include/asm-sh/unistd_32.h
+4
-2
include/asm-sh/unistd_64.h
include/asm-sh/unistd_64.h
+4
-2
No files found.
arch/sh/kernel/syscalls_32.S
View file @
5d0e1464
...
...
@@ -338,6 +338,8 @@ ENTRY(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
arch/sh/kernel/syscalls_64.S
View file @
5d0e1464
...
...
@@ -376,6 +376,8 @@ sys_call_table:
.
long
sys_epoll_pwait
.
long
sys_utimensat
.
long
sys_signalfd
.
long
sys_
ni_syscall
/*
350
*/
.
long
sys_
timerfd_create
/*
350
*/
.
long
sys_eventfd
.
long
sys_fallocate
.
long
sys_timerfd_settime
.
long
sys_timerfd_gettime
include/asm-sh/unistd_32.h
View file @
5d0e1464
...
...
@@ -330,11 +330,13 @@
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
/* #define __NR_timerfd 322 removed */
#define __NR_timerfd_create 322
#define __NR_eventfd 323
#define __NR_fallocate 324
#define __NR_timerfd_settime 325
#define __NR_timerfd_gettime 326
#define NR_syscalls 32
5
#define NR_syscalls 32
7
#ifdef __KERNEL__
...
...
include/asm-sh/unistd_64.h
View file @
5d0e1464
...
...
@@ -90,7 +90,7 @@
#define __NR_sigpending 73
#define __NR_sethostname 74
#define __NR_setrlimit 75
#define __NR_getrlimit
76
/* Back compatible 2Gig limited rlimit */
#define __NR_getrlimit 76
/* Back compatible 2Gig limited rlimit */
#define __NR_getrusage 77
#define __NR_gettimeofday 78
#define __NR_settimeofday 79
...
...
@@ -370,9 +370,11 @@
#define __NR_epoll_pwait 347
#define __NR_utimensat 348
#define __NR_signalfd 349
/* #define __NR_timerfd 350 removed */
#define __NR_timerfd_create 350
#define __NR_eventfd 351
#define __NR_fallocate 352
#define __NR_timerfd_settime 353
#define __NR_timerfd_gettime 354
#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