Skip to content

Commit e2d1683

Browse files
Brian GerstIngo Molnar
authored andcommitted
x86/syscall/compat: Remove ia32_unistd.h
This header is now just a wrapper for unistd_32_ia32.h. Signed-off-by: Brian Gerst <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9342164 commit e2d1683

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

arch/x86/entry/entry_64_compat.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <asm/asm-offsets.h>
88
#include <asm/current.h>
99
#include <asm/errno.h>
10-
#include <asm/ia32_unistd.h>
1110
#include <asm/thread_info.h>
1211
#include <asm/segment.h>
1312
#include <asm/irqflags.h>

arch/x86/include/asm/ia32_unistd.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

arch/x86/include/asm/seccomp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#endif
1010

1111
#ifdef CONFIG_COMPAT
12-
#include <asm/ia32_unistd.h>
12+
#include <asm/unistd_32_ia32.h>
1313
#define __NR_seccomp_read_32 __NR_ia32_read
1414
#define __NR_seccomp_write_32 __NR_ia32_write
1515
#define __NR_seccomp_exit_32 __NR_ia32_exit

arch/x86/kernel/signal_32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <asm/gsseg.h>
3535

3636
#ifdef CONFIG_IA32_EMULATION
37-
#include <asm/ia32_unistd.h>
37+
#include <asm/unistd_32_ia32.h>
3838

3939
static inline void reload_segments(struct sigcontext_32 *sc)
4040
{

0 commit comments

Comments
 (0)