From: H. Peter Anvin Date: Thu, 19 Jan 2012 20:41:25 +0000 (-0800) Subject: x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits X-Git-Tag: v3.3-rc1~1^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2f81a5621de47d42476d0b929be2e0d565df84;p=pandora-kernel.git x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits In checkin 303395ac3bf3 x86: Generate system call tables and unistd_*.h from tables the feature macros in were unified between 32 and 64 bits. Unfortunately 32 bits requires __ARCH_WANT_SYS_IPC and this was inadvertently dropped. Reported-by: Dmitry Kasatkin Cc: Linus Torvalds Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/r/CALLzPKbeXN5gdngo8uYYU8mAow=XhrwBFBhKfG811f37BubQOg@mail.gmail.com --- Reading git-diff-tree failed