Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -2
+1 -1
arch/mips/kernel/scall64-64.S
··· 470 470 PTR sys_get_robust_list 471 471 PTR sys_kexec_load /* 5270 */ 472 472 PTR sys_getcpu 473 - PTR compat_sys_epoll_pwait 473 + PTR sys_epoll_pwait
+1 -1
arch/mips/kernel/scall64-o32.S
··· 518 518 PTR compat_sys_get_robust_list /* 4310 */ 519 519 PTR compat_sys_kexec_load 520 520 PTR sys_getcpu 521 - PTR sys_epoll_pwait 521 + PTR compat_sys_epoll_pwait 522 522 .size sys_call_table,.-sys_call_table