[PATCH 0/2] x86: Clean up ia32_unistd.h

Brian Gerst posted 2 patches 2 years, 7 months ago
arch/x86/entry/entry_64_compat.S   |  1 -
arch/x86/include/asm/ia32_unistd.h | 12 ------------
arch/x86/include/asm/seccomp.h     |  2 +-
arch/x86/kernel/signal_32.c        |  2 +-
4 files changed, 2 insertions(+), 15 deletions(-)
delete mode 100644 arch/x86/include/asm/ia32_unistd.h
[PATCH 0/2] x86: Clean up ia32_unistd.h
Posted by Brian Gerst 2 years, 7 months ago
Other than one unused macro, ia32_unistd.h is just a wrapper for
unistd_32_ia32.h, and can be removed.

Brian Gerst (2):
  x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NR
  x86/syscall/compat: Remove ia32_unistd.h

 arch/x86/entry/entry_64_compat.S   |  1 -
 arch/x86/include/asm/ia32_unistd.h | 12 ------------
 arch/x86/include/asm/seccomp.h     |  2 +-
 arch/x86/kernel/signal_32.c        |  2 +-
 4 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 arch/x86/include/asm/ia32_unistd.h

-- 
2.40.1
Re: [PATCH 0/2] x86: Clean up ia32_unistd.h
Posted by Thomas Gleixner 2 years, 7 months ago
Brian!

On Mon, Jun 19 2023 at 15:47, Brian Gerst wrote:
> Other than one unused macro, ia32_unistd.h is just a wrapper for
> unistd_32_ia32.h, and can be removed.
>
> Brian Gerst (2):
>   x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NR
>   x86/syscall/compat: Remove ia32_unistd.h

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>

Thanks a lot for doing this (thankless) cleanup work!

       tglx