diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-06-14 08:24:39 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-06-21 13:57:31 +0200 |
commit | 54b0a2011dfcd2e3fe2c28062694fbbe3eb377a3 (patch) | |
tree | a94a47c8f3323d18d37240378335e3de906b34b4 /arch/microblaze/kernel | |
parent | 5cf8da7bc03570bc15ef1b59e584dfb9e0f47e51 (diff) | |
download | linux-54b0a2011dfcd2e3fe2c28062694fbbe3eb377a3.tar.gz linux-54b0a2011dfcd2e3fe2c28062694fbbe3eb377a3.tar.bz2 linux-54b0a2011dfcd2e3fe2c28062694fbbe3eb377a3.zip |
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/kernel')
-rw-r--r-- | arch/microblaze/kernel/syscall_table.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 56bcf313121f..6ab650593792 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S @@ -400,3 +400,5 @@ ENTRY(sys_call_table) .long sys_pkey_alloc .long sys_pkey_free .long sys_statx + .long sys_io_pgetevents + .long sys_rseq |