projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
282f445
)
x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 19 Jan 2012 20:41:25 +0000
(12:41 -0800)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Thu, 19 Jan 2012 20:57:09 +0000
(12:57 -0800)
In checkin
303395ac3bf3
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 <dmitry.kasatkin@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Link:
http://lkml.kernel.org/r/CALLzPKbeXN5gdngo8uYYU8mAow=XhrwBFBhKfG811f37BubQOg@mail.gmail.com
arch/x86/include/asm/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/unistd.h
b/arch/x86/include/asm/unistd.h
index b4a3db7ce1408213e0def655e775ff3aa94c82c0..21f77b89e47a6aeea5ab00c01c28db2d54f0520b 100644
(file)
--- a/
arch/x86/include/asm/unistd.h
+++ b/
arch/x86/include/asm/unistd.h
@@
-7,6
+7,7
@@
# include <asm/unistd_32.h>
# define __ARCH_WANT_IPC_PARSE_VERSION
# define __ARCH_WANT_STAT64
+# define __ARCH_WANT_SYS_IPC
# define __ARCH_WANT_SYS_OLD_MMAP
# define __ARCH_WANT_SYS_OLD_SELECT