Unify architecture io_uring syscall numbers
authorJens Axboe <axboe@kernel.dk>
Thu, 6 Feb 2020 14:59:00 +0000 (07:59 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Feb 2020 14:59:00 +0000 (07:59 -0700)
commitbfed648c9dae6a2459cb43f55c14d8303dcec07b
tree6b0ceef018d7a8fdc6acad14a9fd0f217463e713
parentac694f66968fe7b18c820468abd8333f3df333fb
Unify architecture io_uring syscall numbers

Only Alpha is the odd one out, apart from that all architectures use
the same system call number. So pull the code out arch headers, and
into the generic arch header.

Fixes: https://github.com/axboe/fio/issues/923
Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/arch-aarch64.h
arch/arch-ppc.h
arch/arch-x86-common.h
arch/arch.h
engines/io_uring.c
t/io_uring.c