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

parisc: Wire up userfaultfd syscall

Signed-off-by: Helge Deller <deller@gmx.de>

+3 -1
+2 -1
arch/parisc/include/uapi/asm/unistd.h
··· 359 359 #define __NR_bpf (__NR_Linux + 341) 360 360 #define __NR_execveat (__NR_Linux + 342) 361 361 #define __NR_membarrier (__NR_Linux + 343) 362 + #define __NR_userfaultfd (__NR_Linux + 344) 362 363 363 - #define __NR_Linux_syscalls (__NR_membarrier + 1) 364 + #define __NR_Linux_syscalls (__NR_userfaultfd + 1) 364 365 365 366 366 367 #define __IGNORE_select /* newselect */
+1
arch/parisc/kernel/syscall_table.S
··· 439 439 ENTRY_SAME(bpf) 440 440 ENTRY_COMP(execveat) 441 441 ENTRY_SAME(membarrier) 442 + ENTRY_SAME(userfaultfd) 442 443 443 444 444 445 .ifne (. - 90b) - (__NR_Linux_syscalls * (91b - 90b))