Skip to content
Commit b769b0a2 authored by Adhemerval Zanella's avatar Adhemerval Zanella
Browse files

linux: Only use 64-bit syscall if required for internal futex



For !__ASSUME_TIME64_SYSCALLS there is no need to issue a 64-bit syscall
if the provided timeout fits in a 32-bit one.  The 64-bit usage should
be rare since the timeout is a relative one.

Checked on i686-linux-gnu on a 4.15 kernel and on a 5.11 kernel
(with and without --enable-kernel=5.1) and on x86_64-linux-gnu.

Reviewed-by: default avatarLukasz Majewski <lukma@denx.de>
parent b286eca5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment