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
3a9c4b2d
Commit
3a9c4b2d
authored
Feb 23, 2003
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: Add posix timer syscalls
parent
c89cb7a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
arch/ppc64/kernel/misc.S
arch/ppc64/kernel/misc.S
+0
-8
include/asm-ppc64/unistd.h
include/asm-ppc64/unistd.h
+14
-1
No files found.
arch/ppc64/kernel/misc.S
View file @
3a9c4b2d
...
...
@@ -743,10 +743,6 @@ _GLOBAL(sys_call_table32)
.
llong
.
sys_epoll_wait
.
llong
.
sys_remap_file_pages
.
rept
NR_syscalls
-
239
.
llong
.
sys_ni_syscall
.
endr
.
balign
8
_GLOBAL
(
sys_call_table
)
.
llong
.
sys_restart_syscall
/*
0
*/
...
...
@@ -989,7 +985,3 @@ _GLOBAL(sys_call_table)
.
llong
.
sys_epoll_ctl
.
llong
.
sys_epoll_wait
.
llong
.
sys_remap_file_pages
.
rept
NR_syscalls
-
239
.
llong
.
sys_ni_syscall
.
endr
include/asm-ppc64/unistd.h
View file @
3a9c4b2d
...
...
@@ -250,10 +250,23 @@
#define __NR_sys_epoll_ctl 237
#define __NR_sys_epoll_wait 238
#define __NR_remap_file_pages 239
#define __NR_timer_create 240
#define __NR_timer_settime 241
#define __NR_timer_gettime 242
#define __NR_timer_getoverrun 243
#define __NR_timer_delete 244
#define __NR_clock_settime 245
#define __NR_clock_gettime 246
#define __NR_clock_getres 247
#define __NR_clock_nanosleep 248
#define NR_syscalls 260
#define __NR_syscalls 249
#ifdef __KERNEL__
#define NR_syscalls __NR_syscalls
#endif
#ifndef __ASSEMBLY__
#ifdef __KERNEL_SYSCALLS__
/*
...
...
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