Skip to content

Commit 4f2f81a

Browse files
H. Peter AnvinH. Peter Anvin
authored andcommitted
x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits
In checkin 303395a x86: Generate system call tables and unistd_*.h from tables the feature macros in <asm/unistd.h> were unified between 32 and 64 bits. Unfortunately 32 bits requires __ARCH_WANT_SYS_IPC and this was inadvertently dropped. Reported-by: Dmitry Kasatkin <[email protected]> Cc: Linus Torvalds <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> Link: http://lkml.kernel.org/r/CALLzPKbeXN5gdngo8uYYU8mAow=XhrwBFBhKfG811f37BubQOg@mail.gmail.com
1 parent 282f445 commit 4f2f81a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/include/asm/unistd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# include <asm/unistd_32.h>
88
# define __ARCH_WANT_IPC_PARSE_VERSION
99
# define __ARCH_WANT_STAT64
10+
# define __ARCH_WANT_SYS_IPC
1011
# define __ARCH_WANT_SYS_OLD_MMAP
1112
# define __ARCH_WANT_SYS_OLD_SELECT
1213

0 commit comments

Comments
 (0)