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
2e6e0d09
Commit
2e6e0d09
authored
Feb 16, 2003
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: add set_tid_address and fadvise64
parent
4a35d733
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
arch/ppc64/kernel/misc.S
arch/ppc64/kernel/misc.S
+4
-4
include/asm-ppc64/unistd.h
include/asm-ppc64/unistd.h
+2
-1
No files found.
arch/ppc64/kernel/misc.S
View file @
2e6e0d09
...
...
@@ -734,8 +734,8 @@ _GLOBAL(sys_call_table32)
.
llong
.
sys_ni_syscall
/*
reserved
for
sys_io_getevents
*/
.
llong
.
sys_ni_syscall
/*
230
-
reserved
for
sys_io_submit
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
sys_io_cancel
*/
.
llong
.
sys_
ni_syscall
/*
reserved
for
alloc_hugepages
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
free_hugepages
*/
.
llong
.
sys_
set_tid_address
.
llong
.
ppc32_fadvise64
.
llong
.
sys_exit_group
.
llong
.
ppc32_lookup_dcookie
/*
245
*/
.
llong
.
sys_epoll_create
...
...
@@ -981,8 +981,8 @@ _GLOBAL(sys_call_table)
.
llong
.
sys_io_getevents
.
llong
.
sys_io_submit
/*
230
*/
.
llong
.
sys_io_cancel
.
llong
.
sys_
ni_syscall
.
llong
.
sys_
ni_syscall
.
llong
.
sys_
set_tid_address
.
llong
.
sys_
fadvise64
.
llong
.
sys_exit_group
.
llong
.
sys_lookup_dcookie
/*
235
*/
.
llong
.
sys_epoll_create
...
...
include/asm-ppc64/unistd.h
View file @
2e6e0d09
...
...
@@ -242,7 +242,8 @@
#define __NR_io_getevents 229
#define __NR_io_submit 230
#define __NR_io_cancel 231
/* 223 + 224 currently unused */
#define __NR_set_tid_address 232
#define __NR_fadvise64 233
#define __NR_exit_group 234
#define __NR_lookup_dcookie 235
#define __NR_sys_epoll_create 236
...
...
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