linux-user: Sink call to do_safe_futex
commit57b9ccd4c03dc5f175c4bd7d7406a15fb4d24aca
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Aug 2022 02:10:00 +0000 (28 19:10 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Sep 2022 11:19:05 +0000 (27 13:19 +0200)
tree6c09895d9da1e8abb5e3fc68f582a781682627f2
parent0fbc0f8da1ec69991472a42ba601376e3f7c6b2d
linux-user: Sink call to do_safe_futex

Leave only the argument adjustments within the shift,
and sink the actual syscall to the end.  Sink the
timespec conversion as well, as there will be more users.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220829021006.67305-3-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c