Re: [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t
From: Davidlohr Bueso <dave@stgolabs.net>
Date: 2021-09-17 18:33:43
Also in:
linux-riscv, lkml
From: Davidlohr Bueso <dave@stgolabs.net>
Date: 2021-09-17 18:33:43
Also in:
linux-riscv, lkml
On Fri, 17 Sep 2021, Alistair Francis wrote:
From: Alistair Francis <redacted> 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.
Not objecting, but this ifdefiry will hurt my eyes every time I have to look at this file :) Acked-by: Davidlohr Bueso <redacted>