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

linux: Only use 64-bit syscall if required for clock_nanosleep



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 b769b0a2
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