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
502027fb
Commit
502027fb
authored
Feb 14, 2003
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Add set_tid_address and fadvise64 system calls.
parent
9ed7d3ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
arch/ppc/kernel/misc.S
arch/ppc/kernel/misc.S
+2
-2
include/asm-ppc/unistd.h
include/asm-ppc/unistd.h
+2
-0
No files found.
arch/ppc/kernel/misc.S
View file @
502027fb
...
@@ -1273,8 +1273,8 @@ _GLOBAL(sys_call_table)
...
@@ -1273,8 +1273,8 @@ _GLOBAL(sys_call_table)
.
long
sys_io_getevents
.
long
sys_io_getevents
.
long
sys_io_submit
/*
230
*/
.
long
sys_io_submit
/*
230
*/
.
long
sys_io_cancel
.
long
sys_io_cancel
.
long
sys_
ni_syscall
/*
reserved
for
alloc_hugepages
*/
.
long
sys_
set_tid_address
.
long
sys_
ni_syscall
/*
reserved
for
free_hugepages
*/
.
long
sys_
fadvise64
.
long
sys_exit_group
.
long
sys_exit_group
.
long
sys_lookup_dcookie
/*
235
*/
.
long
sys_lookup_dcookie
/*
235
*/
.
long
sys_epoll_create
.
long
sys_epoll_create
...
...
include/asm-ppc/unistd.h
View file @
502027fb
...
@@ -236,6 +236,8 @@
...
@@ -236,6 +236,8 @@
#define __NR_io_getevents 229
#define __NR_io_getevents 229
#define __NR_io_submit 230
#define __NR_io_submit 230
#define __NR_io_cancel 231
#define __NR_io_cancel 231
#define __NR_set_tid_address 232
#define __NR_fadvise64 233
#define __NR_exit_group 234
#define __NR_exit_group 234
#define __NR_lookup_dcookie 235
#define __NR_lookup_dcookie 235
#define __NR_epoll_create 236
#define __NR_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