diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-06-14 09:24:39 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-06-21 14:57:31 +0300 |
commit | 54b0a2011dfcd2e3fe2c28062694fbbe3eb377a3 (patch) | |
tree | a94a47c8f3323d18d37240378335e3de906b34b4 /arch/microblaze/include/asm | |
parent | 5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51 (diff) | |
download | linux-54b0a2011dfcd2e3fe2c28062694fbbe3eb377a3.tar.xz |
microblaze: Add new syscalls io_pgetevents and rseq
Wire up new syscalls io_pgetevents and rseq.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/asm')
-rw-r--r-- | arch/microblaze/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index 9774e1d9507b..a62d09420a47 100644 --- a/arch/microblaze/include/asm/unistd.h +++ b/arch/microblaze/include/asm/unistd.h @@ -38,6 +38,6 @@ #endif /* __ASSEMBLY__ */ -#define __NR_syscalls 399 +#define __NR_syscalls 401 #endif /* _ASM_MICROBLAZE_UNISTD_H */ |