Skip to content

Commit 2765b3e

Browse files
committed
parisc: Wire up io_pgetevents syscall
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 435d34c commit 2765b3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

arch/parisc/include/uapi/asm/unistd.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,9 @@
364364
#define __NR_preadv2 (__NR_Linux + 347)
365365
#define __NR_pwritev2 (__NR_Linux + 348)
366366
#define __NR_statx (__NR_Linux + 349)
367+
#define __NR_io_pgetevents (__NR_Linux + 350)
367368

368-
#define __NR_Linux_syscalls (__NR_statx + 1)
369+
#define __NR_Linux_syscalls (__NR_io_pgetevents + 1)
369370

370371

371372
#define __IGNORE_select /* newselect */

arch/parisc/kernel/syscall_table.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
ENTRY_COMP(preadv2)
446446
ENTRY_COMP(pwritev2)
447447
ENTRY_SAME(statx)
448+
ENTRY_COMP(io_pgetevents) /* 350 */
448449

449450

450451
.ifne (. - 90b) - (__NR_Linux_syscalls * (91b - 90b))

0 commit comments

Comments
 (0)