diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2011-05-17 10:39:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-20 13:53:02 -0700 |
commit | be84bfcc3ed8f824751ab79349779e50cc98aa01 (patch) | |
tree | ca42d81fbc402405614cae288bf7600bee82cc21 /.gitignore | |
parent | 06f4e926d256d902dd9a53dcb400fd74974ce087 (diff) | |
download | kernel_samsung_smdk4412-be84bfcc3ed8f824751ab79349779e50cc98aa01.zip kernel_samsung_smdk4412-be84bfcc3ed8f824751ab79349779e50cc98aa01.tar.gz kernel_samsung_smdk4412-be84bfcc3ed8f824751ab79349779e50cc98aa01.tar.bz2 |
ipc: Add missing sys_ni entries for ipc/compat.c functions
When building with:
CONFIG_64BIT=y
CONFIG_MIPS32_COMPAT=y
CONFIG_COMPAT=y
CONFIG_MIPS32_O32=y
CONFIG_MIPS32_N32=y
CONFIG_SYSVIPC is not set
(and implicitly: CONFIG_SYSVIPC_COMPAT is not set)
the final link fails with unresolved symbols for:
compat_sys_semctl, compat_sys_msgsnd, compat_sys_msgrcv,
compat_sys_shmctl, compat_sys_msgctl, compat_sys_semtimedop
The fix is to add cond_syscall declarations for all syscalls in
ipc/compat.c
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions