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.

x86_64: use signalfd and timerfd compat syscalls

Looks like these two are wired up in a wrong way.

Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Heiko Carstens and committed by
Linus Torvalds
ae7d5c86 0a203a4c

+3 -3
+3 -3
arch/x86_64/ia32/ia32entry.S
··· 716 716 .quad sys_getcpu 717 717 .quad sys_epoll_pwait 718 718 .quad compat_sys_utimensat /* 320 */ 719 - .quad sys_signalfd 720 - .quad sys_timerfd 719 + .quad compat_sys_signalfd 720 + .quad compat_sys_timerfd 721 721 .quad sys_eventfd 722 - ia32_syscall_end: 722 + ia32_syscall_end: