Commit 0f3a6cc7 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: enable exit_group syscall

parent 0b25921e
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment