OSDN Git Service

y2038: use compat_{get,set}_itimer on alpha
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Oct 2019 14:59:39 +0000 (16:59 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Nov 2019 13:38:30 +0000 (14:38 +0100)
commit4c22ea2b91203564fdf392b3d3cae249b652a8ae
tree0149546ee2e287ef6ecd227b8a3dcac4725b1a30
parentc1745f84be2657f5702388133551b759b9237f59
y2038: use compat_{get,set}_itimer on alpha

The itimer handling for the old alpha osf_setitimer/osf_getitimer
system calls is identical to the compat version of getitimer/setitimer,
so just use those directly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/alpha/kernel/osf_sys.c
arch/alpha/kernel/syscalls/syscall.tbl
kernel/time/itimer.c