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

Configure Feed

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

MIPS: N32: Fix signalfd4 syscall entry point

This needs to use the compat entry point or it's going to fail on big
endian systems.

Noticed by Al Viro.

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

+1 -1
+1 -1
arch/mips/kernel/scall64-n32.S
··· 397 397 PTR sys_timerfd_create 398 398 PTR compat_sys_timerfd_gettime /* 6285 */ 399 399 PTR compat_sys_timerfd_settime 400 - PTR sys_signalfd4 400 + PTR compat_sys_signalfd4 401 401 PTR sys_eventfd2 402 402 PTR sys_epoll_create1 403 403 PTR sys_dup3 /* 6290 */