Commit e016c38d authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent b772e6d2
......@@ -470,4 +470,4 @@ sys_call_table:
PTR sys_get_robust_list
PTR sys_kexec_load /* 5270 */
PTR sys_getcpu
PTR compat_sys_epoll_pwait
PTR sys_epoll_pwait
......@@ -518,5 +518,5 @@ sys_call_table:
PTR compat_sys_get_robust_list /* 4310 */
PTR compat_sys_kexec_load
PTR sys_getcpu
PTR sys_epoll_pwait
PTR compat_sys_epoll_pwait
.size sys_call_table,.-sys_call_table
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