Re: [PATCH 19/23] y2038: use compat_{get,set}_itimer on alpha

From: Guenter Roeck
Date: Mon Dec 02 2019 - 08:13:10 EST


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@xxxxxxxx>

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