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