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
0f3a6cc7
Commit
0f3a6cc7
authored
Sep 17, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: enable exit_group syscall
parent
0b25921e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/ppc64/kernel/misc.S
arch/ppc64/kernel/misc.S
+2
-2
No files found.
arch/ppc64/kernel/misc.S
View file @
0f3a6cc7
...
@@ -738,7 +738,7 @@ _GLOBAL(sys_call_table32)
...
@@ -738,7 +738,7 @@ _GLOBAL(sys_call_table32)
.
llong
.
sys_ni_syscall
/*
reserved
for
sys_io_cancel
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
sys_io_cancel
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
alloc_hugepages
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
alloc_hugepages
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
free_hugepages
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
free_hugepages
*/
.
llong
.
sys_
ni_syscall
/*
reserved
for
exit_group
*/
.
llong
.
sys_
exit_group
.
rept
NR_syscalls
-
234
.
rept
NR_syscalls
-
234
.
llong
.
sys_ni_syscall
.
llong
.
sys_ni_syscall
...
@@ -981,7 +981,7 @@ _GLOBAL(sys_call_table)
...
@@ -981,7 +981,7 @@ _GLOBAL(sys_call_table)
.
llong
.
sys_io_cancel
.
llong
.
sys_io_cancel
.
llong
.
sys_ni_syscall
/*
reserved
for
alloc_hugepages
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
alloc_hugepages
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
free_hugepages
*/
.
llong
.
sys_ni_syscall
/*
reserved
for
free_hugepages
*/
.
llong
.
sys_
ni_syscall
/*
reserved
for
exit_group
*/
.
llong
.
sys_
exit_group
.
rept
NR_syscalls
-
234
.
rept
NR_syscalls
-
234
.
llong
.
sys_ni_syscall
.
llong
.
sys_ni_syscall
...
...
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