Re: [PATCH 12/16] asm-generic: siginfo: remove obsolete #ifdefs

From: Dominik Brodowski
Date: Wed Mar 14 2018 - 16:31:14 EST


On Wed, Mar 14, 2018 at 03:43:47PM +0100, Arnd Bergmann wrote:
> The frv, tile and blackfin architectures are being removed, so
> we can clean up this header by removing all the special cases
> except those for ia64.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

AFAICS, score is the only architecture which still defines

__ARCH_WANT_SYSCALL_NO_FLAGS
__ARCH_WANT_SYSCALL_OFF_T
__ARCH_WANT_SYSCALL_DEPRECATED .

So maybe you want to clean up include/uapi/asm-generic/unistd.h as well?

Thanks,
Dominik