| Date | Mon, 2 Dec 2019 05:13:06 -0800 | From | Guenter Roeck <> | Subject | Re: [PATCH 19/23] y2038: use compat_{get,set}_itimer on alpha |
| |
On Fri, Nov 08, 2019 at 10:12:18PM +0100, Arnd Bergmann wrote: > 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>
alpha:allnoconfig, alpha:tinyconfig:
alpha-linux-ld: arch/alpha/kernel/systbls.o: in function `sys_call_table': (.data+0x298): undefined reference to `compat_sys_setitimer' alpha-linux-ld: (.data+0x2b0): undefined reference to `compat_sys_getitimer'
Guenter
|