diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-11-08 16:02:14 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-01-25 19:34:31 -0500 |
commit | ce4c253573ad184603e0fa77876ba155b0cde46d (patch) | |
tree | a909ebbd2d6d3eccc990c836a478d9e82c7b5e2d /arch/s390/pci/Makefile | |
parent | 47669fb6b5951d0e09fc99719653e0ac92b50b99 (diff) | |
download | linux-ce4c253573ad184603e0fa77876ba155b0cde46d.tar.bz2 |
alpha: osf_sys.c: use timespec64 where appropriate
Some of the syscall helper functions (do_utimes, poll_select_set_timeout,
core_sys_select) have changed over the past year or two to use
'timespec64' pointers rather than 'timespec'. This was fine on alpha,
since 64-bit architectures treat the two as the same type.
However, I'd like to change that behavior and make 'timespec64' a proper
type of its own even on 64-bit architectures, and that will introduce
harmless type mismatch warnings here.
Also, I'm trying to kill off the do_gettimeofday() helper in favor of
ktime_get() and related interfaces throughout the kernel.
This changes the get_tv32/put_tv32 helper functions to also take a
timespec64 argument rather than timeval, which allows us to simplify
some of the syscall helpers a bit and avoid the type warnings.
For the moment, wait4 and adjtimex are still better off with the old
behavior, so I'm adding a special put_tv_to_tv32() helper for those.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/pci/Makefile')
0 files changed, 0 insertions, 0 deletions