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
0493bae2
Commit
0493bae2
authored
Sep 17, 2002
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: allocate syscall #s for alloc/free_hugepages and exit_group
and add exit_group to the syscall table.
parent
51ed88a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
arch/ppc/kernel/misc.S
arch/ppc/kernel/misc.S
+3
-0
include/asm-ppc/unistd.h
include/asm-ppc/unistd.h
+3
-0
No files found.
arch/ppc/kernel/misc.S
View file @
0493bae2
...
...
@@ -1304,6 +1304,9 @@ _GLOBAL(sys_call_table)
.
long
sys_io_getevents
.
long
sys_io_submit
/*
230
*/
.
long
sys_io_cancel
.
long
sys_ni_syscall
/*
reserved
for
alloc_hugepages
*/
.
long
sys_ni_syscall
/*
reserved
for
free_hugepages
*/
.
long
sys_exit_group
.
rept
NR_syscalls
-(
.
-
sys_call_table
)/
4
.
long
sys_ni_syscall
...
...
include/asm-ppc/unistd.h
View file @
0493bae2
...
...
@@ -239,6 +239,9 @@
#define __NR_io_getevents 229
#define __NR_io_submit 230
#define __NR_io_cancel 231
#define __NR_alloc_hugepages 232
#define __NR_free_hugepages 233
#define __NR_exit_group 234
#define __NR(n) #n
...
...
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