Re: [PATCH 12/16] asm-generic: siginfo: remove obsolete #ifdefs
From: Dominik Brodowski <linux@dominikbrodowski.net>
Date: 2018-03-15 05:29:09
Also in:
lkml
From: Dominik Brodowski <linux@dominikbrodowski.net>
Date: 2018-03-15 05:29:09
Also in:
lkml
On Wed, Mar 14, 2018 at 09:40:28PM +0100, Arnd Bergmann wrote:
On Wed, Mar 14, 2018 at 9:31 PM, Dominik Brodowski [off-list ref] wrote:quoted
On Wed, Mar 14, 2018 at 03:43:47PM +0100, Arnd Bergmann wrote:quoted
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@arndb.de>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?Definitely. In fact, this was patch 14/16, but for some reason the mail never made it out. I tried again and it should be there now.
Thanks! Dominik