[PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

Arnd Bergmann arnd at arndb.de
Fri Sep 17 00:33:12 PDT 2021


On Fri, Sep 17, 2021 at 8:10 AM Alistair Francis
<alistair.francis at opensource.wdc.com> wrote:
>
> From: Alistair Francis <alistair.francis at wdc.com>
>
> Some 32-bit architectures (such are 32-bit RISC-V) only have a 64-bit
> time_t and as such don't have the SYS_futex syscall. This patch will
> allow us to use the SYS_futex_time64 syscall on those platforms.
>
> Signed-off-by: Alistair Francis <alistair.francis at wdc.com>

Thanks for the follow-up!

Reviewed-by: Arnd Bergmann <arnd at arndb.de>



More information about the linux-riscv mailing list